]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
11 years agoDialog: Refactor uiDialogTitlebar variable, use this.uiDialogTitlebar instead. Wasn...
Jörn Zaefferer [Thu, 15 Nov 2012 22:12:54 +0000 (23:12 +0100)]
Dialog: Refactor uiDialogTitlebar variable, use this.uiDialogTitlebar instead. Wasn't needed anymore (previous refactorings).

11 years agoDialog: Refactor the mousedown-bind call to use _on, removing the need for the uiDial...
Jörn Zaefferer [Thu, 15 Nov 2012 22:10:22 +0000 (23:10 +0100)]
Dialog: Refactor the mousedown-bind call to use _on, removing the need for the uiDialog closure. Use this.uiDialog and remove the variable.

11 years agoDialog: Remove outdated TODO
Jörn Zaefferer [Thu, 15 Nov 2012 22:04:11 +0000 (23:04 +0100)]
Dialog: Remove outdated TODO

11 years agoDialog: Have _makeResizable look at options instead of passing handles.
Jörn Zaefferer [Thu, 15 Nov 2012 22:00:47 +0000 (23:00 +0100)]
Dialog: Have _makeResizable look at options instead of passing handles.

11 years agoDialog: Finish refactoring _setOption, getting rid of unnecessary switch (no fallthro...
Jörn Zaefferer [Thu, 15 Nov 2012 21:58:25 +0000 (22:58 +0100)]
Dialog: Finish refactoring _setOption, getting rid of unnecessary switch (no fallthroughs).

11 years agoDialog: Have _createButtons access the buttons option directly. Start refactoring...
Jörn Zaefferer [Thu, 15 Nov 2012 21:54:49 +0000 (22:54 +0100)]
Dialog: Have _createButtons access the buttons option directly. Start refactoring _setOption, no need for switch.

11 years agoDialog: Refactor _setOption to call _super early. Move dialogClass update above that...
Jörn Zaefferer [Thu, 15 Nov 2012 21:51:26 +0000 (22:51 +0100)]
Dialog: Refactor _setOption to call _super early. Move dialogClass update above that to access old option value.

11 years agoDialog: Use button widget for close button (was already listed as dependency)
Jörn Zaefferer [Thu, 15 Nov 2012 21:29:24 +0000 (22:29 +0100)]
Dialog: Use button widget for close button (was already listed as dependency)

11 years agoDialog: Focus tabbable only when dialog lost focus before.
Jörn Zaefferer [Fri, 9 Nov 2012 17:44:29 +0000 (18:44 +0100)]
Dialog: Focus tabbable only when dialog lost focus before.

11 years agoDialog: Remove attroperty workaround for title attribute. Make the default null,...
Jörn Zaefferer [Fri, 9 Nov 2012 17:26:30 +0000 (18:26 +0100)]
Dialog: Remove attroperty workaround for title attribute. Make the default null, as it should be. No back-compat, as the behaviour doesn't change.

11 years agoDialog: Only add the new dialogClass, not the base classes when changing the option.
Jörn Zaefferer [Fri, 9 Nov 2012 16:48:25 +0000 (17:48 +0100)]
Dialog: Only add the new dialogClass, not the base classes when changing the option.

11 years agoDialog: Use $.isEmptyObject() to check if there a button-option properties
Jörn Zaefferer [Fri, 9 Nov 2012 16:42:11 +0000 (17:42 +0100)]
Dialog: Use $.isEmptyObject() to check if there a button-option properties

11 years agoDialog: Trigger focus event when dialog is moved to top.
Jörn Zaefferer [Fri, 9 Nov 2012 16:39:59 +0000 (17:39 +0100)]
Dialog: Trigger focus event when dialog is moved to top.

11 years agoDialog: Remove deprecated disableSelection() usage.
Jörn Zaefferer [Fri, 9 Nov 2012 16:26:52 +0000 (17:26 +0100)]
Dialog: Remove deprecated disableSelection() usage.

11 years agoDialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to commons test
Jörn Zaefferer [Fri, 9 Nov 2012 16:17:32 +0000 (17:17 +0100)]
Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to commons test

11 years agoDialog: Inline code review
Jörn Zaefferer [Sat, 27 Oct 2012 15:07:13 +0000 (17:07 +0200)]
Dialog: Inline code review

11 years agoDialog: move to top when opening again, and focus as if opened from scratch.
Jörn Zaefferer [Fri, 26 Oct 2012 15:08:35 +0000 (11:08 -0400)]
Dialog: move to top when opening again, and focus as if opened from scratch.

11 years agoDialog: Keep focus inside modal dialog, by handling focus events on elements outside...
Jörn Zaefferer [Fri, 26 Oct 2012 14:59:41 +0000 (10:59 -0400)]
Dialog: Keep focus inside modal dialog, by handling focus events on elements outside of it

11 years agoDialog: Improve accessibilty - add an aria-describedby attribute on the dialog if...
Jörn Zaefferer [Fri, 26 Oct 2012 00:30:10 +0000 (20:30 -0400)]
Dialog: Improve accessibilty - add an aria-describedby attribute on the dialog if there is nothing yet in the dialog content. Partial fix for:

11 years agoDatepicker tests: Work around encoding issues in oldIE.
Scott González [Thu, 15 Nov 2012 23:57:44 +0000 (18:57 -0500)]
Datepicker tests: Work around encoding issues in oldIE.

11 years agoDialog tests: Work around inconsistent handling of non-breaking spaces in IE7/8 with...
Scott González [Thu, 15 Nov 2012 15:47:36 +0000 (10:47 -0500)]
Dialog tests: Work around inconsistent handling of non-breaking spaces in IE7/8 with jQuery <1.8.

11 years agoUpgrade jQuery to 1.8.3.
Scott González [Wed, 14 Nov 2012 20:22:01 +0000 (15:22 -0500)]
Upgrade jQuery to 1.8.3.

11 years agoDatepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese local...
Scott González [Wed, 14 Nov 2012 20:06:37 +0000 (15:06 -0500)]
Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese locale has incorrect firstDay.

11 years agoTooltip: Removed logic for handling tracking tooltips which gain focus while open...
Scott González [Wed, 14 Nov 2012 19:42:36 +0000 (14:42 -0500)]
Tooltip: Removed logic for handling tracking tooltips which gain focus while open (we no longer mix events). Fixes #8799 - Tooltip: tracking fails on nested elements.

11 years agoTooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not hide consis...
Scott González [Wed, 14 Nov 2012 19:14:25 +0000 (14:14 -0500)]
Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not hide consistently with dynamically loaded content.

11 years agoDatepicker: Updated the range tests so you can't navigate past the yearRange. Fixes...
Jay Merrifield [Wed, 14 Nov 2012 02:07:48 +0000 (21:07 -0500)]
Datepicker: Updated the range tests so you can't navigate past the yearRange. Fixes #7362 - Datepicker allows changing year to something outside yearRange

11 years agoAccordion: Use .css() to clear the height, instead of .height().
Scott González [Wed, 14 Nov 2012 00:02:02 +0000 (19:02 -0500)]
Accordion: Use .css() to clear the height, instead of .height().

11 years agoDatepicker tests: Fixed setting of option.
Scott González [Tue, 13 Nov 2012 15:34:31 +0000 (10:34 -0500)]
Datepicker tests: Fixed setting of option.

11 years agoTests: Commented out getElementStyles() while its not used.
Scott González [Tue, 13 Nov 2012 14:46:19 +0000 (09:46 -0500)]
Tests: Commented out getElementStyles() while its not used.

11 years agoTests: Temporarily remove style checks in domEqual().
Scott González [Tue, 13 Nov 2012 14:38:29 +0000 (09:38 -0500)]
Tests: Temporarily remove style checks in domEqual().

11 years agoResizable: Update CSS dimensions selectively. Fixes #7605 - Setting width and height...
Ethan Romba [Tue, 10 Jul 2012 08:02:25 +0000 (01:02 -0700)]
Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width and height when only one is changing

Resizable: Trigger resize event only when element is resized. Fixes #5545 - Callbacks ignore the grid.

Resizable: Added event tests. Fixes #5817 - resize event reports unconstrained ui.size

11 years agoTests: Allow async domEqual() tests.
Scott González [Mon, 12 Nov 2012 16:19:20 +0000 (11:19 -0500)]
Tests: Allow async domEqual() tests.

11 years agoAccordion: Enhance refresh to allow adding/removing panels. Fixes #4672 - Accordion...
David Petersen [Mon, 12 Nov 2012 02:37:56 +0000 (21:37 -0500)]
Accordion: Enhance refresh to allow adding/removing panels. Fixes #4672 -  Accordion: ability to add/remove panels

11 years agoButton: use _hoverable for hover state management. Fixes #5295 - button doesn't remov...
Cory Gackenheimer [Sun, 1 Jan 2012 16:44:22 +0000 (11:44 -0500)]
Button: use _hoverable for hover state management. Fixes #5295 - button doesn't remove hover state if they are disabled

11 years agoProgressbar: Do not duplicate base _setOptions method
Kris Borchers [Sun, 11 Nov 2012 07:52:02 +0000 (16:52 +0900)]
Progressbar: Do not duplicate base _setOptions method

11 years agoDev: make sure all files can pass JSHint!
Mike Sherov [Fri, 9 Nov 2012 22:30:43 +0000 (17:30 -0500)]
Dev: make sure all files can pass JSHint!

11 years agoDev: remove all-active test runner as now all test suites can run cleanly!
Mike Sherov [Fri, 9 Nov 2012 22:26:12 +0000 (17:26 -0500)]
Dev: remove all-active test runner as now all test suites can run cleanly!

11 years agoDev: enable slider in the test suite
Mike Sherov [Fri, 9 Nov 2012 22:22:35 +0000 (17:22 -0500)]
Dev: enable slider in the test suite

11 years agoDev: temporarily disable odd test failures in Datepicker
Mike Sherov [Fri, 9 Nov 2012 22:06:30 +0000 (17:06 -0500)]
Dev: temporarily disable odd test failures in Datepicker

11 years agoWidget: Only use the event prefix from the base if we're redefining a widget. Fixes...
Scott González [Fri, 9 Nov 2012 21:48:52 +0000 (16:48 -0500)]
Widget: Only use the event prefix from the base if we're redefining a widget. Fixes #8805 - Widget: widgetEventPrefix is incorrect when inheriting with jQuery UI 1.9.1.

11 years agoDev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: re-enabl...
Mike Sherov [Fri, 9 Nov 2012 21:27:45 +0000 (16:27 -0500)]
Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: re-enable the datepicker test suite

11 years agoDev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: re-enable...
Mike Sherov [Fri, 9 Nov 2012 20:02:12 +0000 (15:02 -0500)]
Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: re-enable the dialog test suite

11 years agoTabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute is not...
Scott González [Fri, 9 Nov 2012 19:52:57 +0000 (14:52 -0500)]
Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute is not removed from tabs when destroy is called.

11 years agoEffects: Cleaned up getElementStyles().
Scott González [Fri, 9 Nov 2012 19:47:20 +0000 (14:47 -0500)]
Effects: Cleaned up getElementStyles().

11 years agoUpdated all widgets to use proper data keys when getting plugin instances.
Scott González [Fri, 9 Nov 2012 18:28:13 +0000 (13:28 -0500)]
Updated all widgets to use proper data keys when getting plugin instances.

11 years agoTooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip is shown...
Scott González [Fri, 9 Nov 2012 18:07:53 +0000 (13:07 -0500)]
Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip is shown, but not hidden if element has class=ui-state-disabled.

11 years agoWidget: Suppress disabled check when binding destroy to the remove event. Fixes ...
Scott González [Fri, 9 Nov 2012 17:54:33 +0000 (12:54 -0500)]
Widget: Suppress disabled check when binding destroy to the remove event. Fixes #8769 - Widget: ui-state-disabled blocks destroy to be triggered on remove.

11 years agoWidget: Removed dual storage of widget instances. Fixes #8801 - Widget: Remove data...
Scott González [Fri, 9 Nov 2012 17:51:26 +0000 (12:51 -0500)]
Widget: Removed dual storage of widget instances. Fixes #8801 - Widget: Remove data fallbacks for widget names.

11 years agoWidget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: Ability...
Scott González [Fri, 9 Nov 2012 17:39:41 +0000 (12:39 -0500)]
Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: Ability to use _on() even when disabled.

11 years agoResizable: Grid now respects min/max dimensions. Fixed #8435 - grid does not respect...
Ethan Romba [Tue, 10 Jul 2012 17:21:56 +0000 (10:21 -0700)]
Resizable: Grid now respects min/max dimensions. Fixed #8435 - grid does not respect min/max dimensions

11 years agoCSS: Update .ui-helper-hidden-accessible to match H5BP's current .visuallyhidden...
Scott González [Fri, 9 Nov 2012 13:10:57 +0000 (08:10 -0500)]
CSS: Update .ui-helper-hidden-accessible to match H5BP's current .visuallyhidden. Fixes #8793 - Dialog: Internal autocomplete causes scroll bars.

11 years agoProgressbar: Refactor to better handle option changes and sanitize values. Fixes... 817/head
Kris Borchers [Thu, 8 Nov 2012 18:02:25 +0000 (12:02 -0600)]
Progressbar: Refactor to better handle option changes and sanitize values. Fixes #8785 - Progressbar: Remove _value() and always sanitize value option

11 years agoDatepicker: Added Kyrgyz localization. Fixes #8787 - Datepicker: Add Kyrgyz localization.
Sergey Kartashov [Fri, 2 Nov 2012 05:31:21 +0000 (11:31 +0600)]
Datepicker: Added Kyrgyz localization. Fixes #8787 - Datepicker: Add Kyrgyz localization.

11 years agoWidget: Bridge falls back to name if there is no widgetFullName, and always stores...
Avinash R [Wed, 7 Nov 2012 15:05:00 +0000 (10:05 -0500)]
Widget: Bridge falls back to name if there is no widgetFullName, and always stores instances in data. Fixed #8775 - Widget: Bridge fails if widgetFullName is not supplied.

11 years agoRevert "Datepicker: Added Kyrgyz localisation"
Scott González [Tue, 6 Nov 2012 20:09:21 +0000 (15:09 -0500)]
Revert "Datepicker: Added Kyrgyz localisation"

This reverts commit 4995ea05fef171bc6cb2f941f062997d2cab76a4.

11 years agoDialog: Set top and left properties in the default styles to avoid a bug in core...
Scott González [Tue, 6 Nov 2012 19:41:44 +0000 (14:41 -0500)]
Dialog: Set top and left properties in the default styles to avoid a bug in core. Fixes #8741 - Dialog: dialog with position:fixed goes offscreen when opening after scrolling down since v 1.9.0.

11 years agoDatepicker: Added Kyrgyz localisation
elisy [Fri, 2 Nov 2012 05:31:21 +0000 (11:31 +0600)]
Datepicker: Added Kyrgyz localisation

11 years agoTabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari 5.1 when...
Scott González [Tue, 6 Nov 2012 13:01:11 +0000 (08:01 -0500)]
Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari 5.1 when window.location contains a space.

11 years agoCore: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.
Scott González [Mon, 5 Nov 2012 20:38:31 +0000 (15:38 -0500)]
Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.

11 years agoCore: Moved old jQuery support code to the bottom (above deprecated).
Scott González [Mon, 5 Nov 2012 20:24:45 +0000 (15:24 -0500)]
Core: Moved old jQuery support code to the bottom (above deprecated).

11 years agoTooltip: Use ui-tooltip-open instead of tooltip-open for data key.
Scott González [Mon, 5 Nov 2012 20:03:15 +0000 (15:03 -0500)]
Tooltip: Use ui-tooltip-open instead of tooltip-open for data key.

11 years agoResizable: Made handles work with complex markup. Fixes #8756 - Resizable: Complex...
Mathias Stenbom [Fri, 2 Nov 2012 08:59:46 +0000 (09:59 +0100)]
Resizable: Made handles work with complex markup. Fixes #8756 - Resizable: Complex markup for handles.

11 years agoTooltip: Fix default for position option, follow-up to 1d9eab1.
Jörn Zaefferer [Mon, 5 Nov 2012 18:07:03 +0000 (19:07 +0100)]
Tooltip: Fix default for position option, follow-up to 1d9eab1.

11 years agoTooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever overlapp...
Jörn Zaefferer [Mon, 5 Nov 2012 18:05:58 +0000 (19:05 +0100)]
Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off.

11 years agoTooltip: Check type on event directly, preventing TypeError when programmatically...
Jörn Zaefferer [Mon, 5 Nov 2012 17:59:52 +0000 (18:59 +0100)]
Tooltip: Check type on event directly, preventing TypeError when programmatically moving focus to track-toolipped-input. Fixes #8747 - Tooltip: Using the track option within dialogs creates JS errors

11 years agoMenu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: refresh...
Jörn Zaefferer [Mon, 5 Nov 2012 17:37:48 +0000 (18:37 +0100)]
Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: refresh() doesn't refresh existing submenus.

11 years agoSkip collision: fit test in IE until TestSwarm stops using iframes.
Scott González [Mon, 5 Nov 2012 16:31:33 +0000 (11:31 -0500)]
Skip collision: fit test in IE until TestSwarm stops using iframes.

11 years agoCore: Simplify IE check now that we don't care about IE6.
Scott González [Mon, 5 Nov 2012 16:28:04 +0000 (11:28 -0500)]
Core: Simplify IE check now that we don't care about IE6.

11 years agoDialog: Don't use .attr( props, true ).
Scott González [Mon, 5 Nov 2012 14:37:01 +0000 (09:37 -0500)]
Dialog: Don't use .attr( props, true ).

11 years agoCSS Framework: Set out-of-view background-position for ui-icon. Fixes #5659 - CSS...
Jörn Zaefferer [Sun, 4 Nov 2012 16:11:41 +0000 (17:11 +0100)]
CSS Framework: Set out-of-view background-position for ui-icon. Fixes #5659 - CSS Framework: Don't show icon when only ui-icon class is present.

11 years agoDev: fix IE fails in draggable and selectable - Fixed #8770 Dev: Remove globals and... 809/head
Mike Sherov [Sun, 4 Nov 2012 14:31:56 +0000 (09:31 -0500)]
Dev: fix IE fails in draggable and selectable - Fixed #8770 Dev: Remove globals and Standardize Test Suite

11 years agoDev: remove globals from tests and moved test helpers to correct location - Fixed... 808/head
Mike Sherov [Sat, 3 Nov 2012 20:17:16 +0000 (16:17 -0400)]
Dev: remove globals from tests and moved test helpers to correct location - Fixed #8770 Dev: Remove globals and Standardize Test Suite

11 years agoDev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test suite... 802/head
Mike Sherov [Fri, 2 Nov 2012 00:54:52 +0000 (20:54 -0400)]
Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test suite to pass

11 years agoDev: Fix test failures in oldIE. Fixed #8748 - Dev: Get draggable test suite to pass
Mike Sherov [Wed, 31 Oct 2012 13:55:23 +0000 (09:55 -0400)]
Dev: Fix test failures in oldIE. Fixed #8748 - Dev: Get draggable test suite to pass

11 years agoDev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable test...
Mike Sherov [Wed, 31 Oct 2012 12:30:01 +0000 (08:30 -0400)]
Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable test suite to pass

11 years agoDev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable test...
Mike Sherov [Wed, 31 Oct 2012 02:19:49 +0000 (22:19 -0400)]
Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable test suite to pass

11 years agoDev: Standardized the selectable test suite. Fixed #8752 - Dev: Get selectable test...
Mike Sherov [Wed, 31 Oct 2012 01:50:08 +0000 (21:50 -0400)]
Dev: Standardized the selectable test suite. Fixed #8752 - Dev: Get selectable test suite to pass

11 years agoDev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable test...
Mike Sherov [Tue, 30 Oct 2012 23:12:17 +0000 (19:12 -0400)]
Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable test suite to pass

11 years agoAutocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete dropdown...
Scott González [Tue, 30 Oct 2012 20:26:42 +0000 (16:26 -0400)]
Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete dropdown positioned incorrectly in IE.

11 years agoMixed spaces and tabs removed
Corey Frang [Mon, 29 Oct 2012 18:37:06 +0000 (13:37 -0500)]
Mixed spaces and tabs removed

11 years agoTooltip: Use attributes, not properties, when checking for parent tooltips. Fixes...
Scott González [Mon, 29 Oct 2012 00:28:55 +0000 (20:28 -0400)]
Tooltip: Use attributes, not properties, when checking for parent tooltips. Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form.

11 years agoSlider demo: Removed IE6 CSS hack.
Scott González [Fri, 26 Oct 2012 20:33:19 +0000 (16:33 -0400)]
Slider demo: Removed IE6 CSS hack.

11 years agoDroppable demo: Removed IE6 CSS hack.
Scott González [Fri, 26 Oct 2012 20:32:50 +0000 (16:32 -0400)]
Droppable demo: Removed IE6 CSS hack.

11 years agoCore: Removed $.ui.ie6.
Scott González [Fri, 26 Oct 2012 20:08:05 +0000 (16:08 -0400)]
Core: Removed $.ui.ie6.

11 years agoDatepicker: Removed iframe cover for IE6.
Scott González [Fri, 26 Oct 2012 19:59:29 +0000 (15:59 -0400)]
Datepicker: Removed iframe cover for IE6.

11 years agoResizable: Removed pixel shifting for IE6.
Scott González [Fri, 26 Oct 2012 19:48:37 +0000 (15:48 -0400)]
Resizable: Removed pixel shifting for IE6.

11 years agoCore: Removed $.support.minHeight.
Scott González [Fri, 26 Oct 2012 19:45:34 +0000 (15:45 -0400)]
Core: Removed $.support.minHeight.

11 years agoBuild: Set version to 1.10.0pre.
Scott González [Fri, 26 Oct 2012 18:43:16 +0000 (14:43 -0400)]
Build: Set version to 1.10.0pre.

11 years agoDialog tests: Removed stack option.
Scott González [Fri, 26 Oct 2012 18:38:27 +0000 (14:38 -0400)]
Dialog tests: Removed stack option.

11 years agoDialog: Removed minHeight workaround for IE6.
Scott González [Fri, 26 Oct 2012 18:36:35 +0000 (14:36 -0400)]
Dialog: Removed minHeight workaround for IE6.

11 years agoTabs: Removed overflow workaround for IE6.
Scott González [Fri, 26 Oct 2012 18:34:03 +0000 (14:34 -0400)]
Tabs: Removed overflow workaround for IE6.

11 years agoAccordion: Removed overflow workaround for IE6.
Scott González [Fri, 26 Oct 2012 18:32:28 +0000 (14:32 -0400)]
Accordion: Removed overflow workaround for IE6.

11 years agoAutocomplete: Removed CSS workaround for IE6.
Scott González [Fri, 26 Oct 2012 18:29:15 +0000 (14:29 -0400)]
Autocomplete: Removed CSS workaround for IE6.

11 years agoTests: Removed old code that kept bad test suites out of TestSwarm.
Scott González [Fri, 26 Oct 2012 17:47:24 +0000 (13:47 -0400)]
Tests: Removed old code that kept bad test suites out of TestSwarm.

11 years agoBuild: Switch to new browserSet, no IE6 anymore
Jörn Zaefferer [Fri, 26 Oct 2012 15:09:26 +0000 (11:09 -0400)]
Build: Switch to new browserSet, no IE6 anymore

11 years agoTooltip: Remoed IE6 CSS hack.
Scott González [Fri, 26 Oct 2012 15:02:43 +0000 (11:02 -0400)]
Tooltip: Remoed IE6 CSS hack.

11 years agoRelease: Updated list of globals.
Scott González [Fri, 26 Oct 2012 14:54:29 +0000 (10:54 -0400)]
Release: Updated list of globals.

11 years agoRemoved bgiframe.
Scott González [Fri, 26 Oct 2012 14:53:17 +0000 (10:53 -0400)]
Removed bgiframe.

11 years agoDialog: Visual test page for modal form dialogs
Jörn Zaefferer [Fri, 26 Oct 2012 00:47:22 +0000 (20:47 -0400)]
Dialog: Visual test page for modal form dialogs

11 years agoDialog: Visual test page for animated modal dialog
Jörn Zaefferer [Fri, 26 Oct 2012 00:47:05 +0000 (20:47 -0400)]
Dialog: Visual test page for animated modal dialog