]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
11 years agoLibs/externals: Fix line endings.
Jörn Zaefferer [Tue, 8 Jan 2013 16:28:45 +0000 (17:28 +0100)]
Libs/externals: Fix line endings.

11 years agoUpdate .gitattributes to only touch files with text content.
Jörn Zaefferer [Tue, 8 Jan 2013 13:33:08 +0000 (14:33 +0100)]
Update .gitattributes to only touch files with text content.

11 years agoDatepicker i18n: Fix line endings.
Scott González [Tue, 8 Jan 2013 13:09:34 +0000 (08:09 -0500)]
Datepicker i18n: Fix line endings.

11 years agoCore: Resume focus test based on the event, not the callback.
Scott González [Tue, 8 Jan 2013 12:54:11 +0000 (07:54 -0500)]
Core: Resume focus test based on the event, not the callback.

11 years agoDev: add .gitattributes file to force all line endings to LF
Mike Sherov [Thu, 3 Jan 2013 19:38:05 +0000 (14:38 -0500)]
Dev: add .gitattributes file to force all line endings to LF

11 years agoEffects: Avoid cssHook blending in non-rgba browsers when the value is "transparent...
Mike Sherov [Thu, 3 Jan 2013 19:33:41 +0000 (14:33 -0500)]
Effects: Avoid cssHook blending in non-rgba browsers when the value is "transparent". Fixes #8914: odd behaviour of css hook when setting backgroundColor to transparent in IE7/8

11 years agoInteractions: Update widget defaults to match documented API.
Mike Sherov [Wed, 2 Jan 2013 23:27:22 +0000 (18:27 -0500)]
Interactions: Update widget defaults to match documented API.

11 years agoTests: Correct all 404 errors in the test suite
Mike Sherov [Wed, 2 Jan 2013 23:03:03 +0000 (18:03 -0500)]
Tests: Correct all 404 errors in the test suite

11 years agoDatepicker Tests: Prepare for widget-ization tests.
Mike Sherov [Wed, 2 Jan 2013 22:37:26 +0000 (17:37 -0500)]
Datepicker Tests: Prepare for widget-ization tests.

11 years agoSlider: add options for event callbacks
Mike Sherov [Wed, 2 Jan 2013 19:58:12 +0000 (14:58 -0500)]
Slider: add options for event callbacks

11 years agoDraggable Tests: Cover all cursorAt option formats.
Mike Sherov [Wed, 2 Jan 2013 04:16:12 +0000 (23:16 -0500)]
Draggable Tests: Cover all cursorAt option formats.

11 years agoSelectable: Account for scrolling on the helper's initial position. Fixed #8915 ...
TJ VanToll [Sat, 29 Dec 2012 03:17:50 +0000 (22:17 -0500)]
Selectable: Account for scrolling on the helper's initial position. Fixed #8915 - Selectable: Lasso offset issue with scrolling.

11 years agoSelectable tests: Removed a non-existent script tag causing a 404 in the tests.
TJ VanToll [Sun, 30 Dec 2012 02:58:25 +0000 (21:58 -0500)]
Selectable tests: Removed a non-existent script tag causing a 404 in the tests.

11 years agoAdd comment explaining the mouseHandled flag
Kris Borchers [Sun, 30 Dec 2012 02:08:05 +0000 (20:08 -0600)]
Add comment explaining the mouseHandled flag

11 years agoTabs: Update manipulation demo - implement alt+del shortcut to remove active tab... 869/head
Jörn Zaefferer [Fri, 28 Dec 2012 09:15:38 +0000 (10:15 +0100)]
Tabs: Update manipulation demo - implement alt+del shortcut to remove active tab. Fixes #7847 - Tabs: simple manipulation accessibility

11 years agoTabs: Update manipulation demo - use delegate instead of live (can't use on until...
Jörn Zaefferer [Fri, 28 Dec 2012 09:07:02 +0000 (10:07 +0100)]
Tabs: Update manipulation demo - use delegate instead of live (can't use on until we drop core 1.6 support), reuse selected element

11 years agoTheme: Split opacityOverlay from opacityFilterOverlay on theme styles.
Rafael Xavier de Souza [Fri, 28 Dec 2012 14:32:30 +0000 (12:32 -0200)]
Theme: Split opacityOverlay from opacityFilterOverlay on theme styles.

11 years agoAccordion: Fix testsuite overflow issue in IE7.
Jörn Zaefferer [Fri, 28 Dec 2012 09:41:05 +0000 (10:41 +0100)]
Accordion: Fix testsuite overflow issue in IE7.

11 years agoCreate mouseHandled flag per instance instead of globally. Fixes #8866 - Menu: select...
Kris Borchers [Fri, 28 Dec 2012 03:06:06 +0000 (21:06 -0600)]
Create mouseHandled flag per instance instead of globally. Fixes #8866 - Menu: select event not firing due to mouseHandled flag reset bug

11 years agoMenu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't change...
Jörn Zaefferer [Thu, 27 Dec 2012 16:23:25 +0000 (17:23 +0100)]
Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't change icons option after init

11 years agoSpinner: Trigger start/spin/stop events when calling step/page methods. Fixes #8901...
Jörn Zaefferer [Thu, 27 Dec 2012 16:05:25 +0000 (17:05 +0100)]
Spinner: Trigger start/spin/stop events when calling step/page methods. Fixes #8901 - Spinner does not fire start/spin/stop events when calling stepUp()/Down(), pageUp()/Down() methods

11 years agoDraggable Tests: Fix IE7 offset failures
Mike Sherov [Thu, 27 Dec 2012 15:39:14 +0000 (10:39 -0500)]
Draggable Tests: Fix IE7 offset failures

11 years agoSpinner: Update button icons when option changes. Fixes #8926 - Spinner: Can't change... 868/head
Jörn Zaefferer [Thu, 27 Dec 2012 11:50:04 +0000 (12:50 +0100)]
Spinner: Update button icons when option changes. Fixes #8926 - Spinner: Can't change icons option after init

11 years agoTests: Convert single quotes to double quotes.
Mike Sherov [Wed, 26 Dec 2012 13:08:48 +0000 (08:08 -0500)]
Tests: Convert single quotes to double quotes.

11 years agoAll: Convert single quotes to double quotes.
Mike Sherov [Tue, 25 Dec 2012 17:01:09 +0000 (12:01 -0500)]
All: Convert single quotes to double quotes.

11 years agoDatepicker: Use tabs for indentation.
Mike Sherov [Tue, 25 Dec 2012 13:41:09 +0000 (08:41 -0500)]
Datepicker: Use tabs for indentation.

11 years agoDraggable Tests: add back in unreliable offset hack for cursorAt tests
Mike Sherov [Sat, 22 Dec 2012 22:39:36 +0000 (17:39 -0500)]
Draggable Tests: add back in unreliable offset hack for cursorAt tests

11 years agoDraggable Tests: use jquery.simulate.js to simulate drag events
Mike Sherov [Sat, 22 Dec 2012 21:30:27 +0000 (16:30 -0500)]
Draggable Tests: use jquery.simulate.js to simulate drag events

11 years agoDialog Tests: Fix test fails due to window measurements in FF and IE7
Mike Sherov [Sat, 22 Dec 2012 20:46:57 +0000 (15:46 -0500)]
Dialog Tests: Fix test fails due to window measurements in FF and IE7

11 years agoDev: stop loading *_tickets.js in the test suite.
Mike Sherov [Sat, 22 Dec 2012 17:56:19 +0000 (12:56 -0500)]
Dev: stop loading *_tickets.js in the test suite.

11 years agoDatepicker: Remove data event handlers from the dark ages.
Scott González [Thu, 20 Dec 2012 15:12:40 +0000 (10:12 -0500)]
Datepicker: Remove data event handlers from the dark ages.

11 years agoBuild: Added notStrictEqual to the globals list for unit tests.
Scott González [Thu, 20 Dec 2012 14:49:18 +0000 (09:49 -0500)]
Build: Added notStrictEqual to the globals list for unit tests.

11 years agoSlider: Create clone of options.values during _create(). Fixed #8892 - Multiple Slide...
Dominic Barnes [Thu, 6 Dec 2012 22:11:23 +0000 (16:11 -0600)]
Slider: Create clone of options.values during _create(). Fixed #8892 - Multiple Sliders have Conflict with options.values.

11 years agoTooltip: Clear the tracking interval on close. Fixes #8920 -Tooltip potential setinte...
Scott González [Tue, 18 Dec 2012 13:38:36 +0000 (08:38 -0500)]
Tooltip: Clear the tracking interval on close. Fixes #8920 -Tooltip potential setinterval endless loop.

11 years agoDatepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add Canadian Frenc...
Matthieu Penant [Mon, 17 Dec 2012 13:29:17 +0000 (08:29 -0500)]
Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add Canadian French locale.

11 years agoAll: Use .addBack() instead of .andSelf().
Scott González [Fri, 14 Dec 2012 16:13:46 +0000 (11:13 -0500)]
All: Use .addBack() instead of .andSelf().

11 years agoAutocomplete: Append to closest .ui-front if available.
Scott González [Fri, 14 Dec 2012 14:10:32 +0000 (09:10 -0500)]
Autocomplete: Append to closest .ui-front if available.

11 years agoDialog: Removed unnecessary style properties.
Scott González [Fri, 14 Dec 2012 13:43:56 +0000 (08:43 -0500)]
Dialog: Removed unnecessary style properties.

11 years agoAutocomplete: Combobox demo - Collapse menu when clicking button.
Scott González [Thu, 13 Dec 2012 21:55:14 +0000 (16:55 -0500)]
Autocomplete: Combobox demo - Collapse menu when clicking button.

11 years agoRelease: Add support for pre-releases.
Scott González [Thu, 13 Dec 2012 16:35:41 +0000 (11:35 -0500)]
Release: Add support for pre-releases.

11 years agoUpdated AUTHORS.txt.
Scott González [Thu, 13 Dec 2012 14:50:27 +0000 (09:50 -0500)]
Updated AUTHORS.txt.

11 years agoAdded CONTRIBUTING.md.
Scott González [Wed, 12 Dec 2012 20:21:36 +0000 (15:21 -0500)]
Added CONTRIBUTING.md.

11 years agoCore: Moved selectstart support test to deprecated section.
Scott González [Wed, 12 Dec 2012 16:22:08 +0000 (11:22 -0500)]
Core: Moved selectstart support test to deprecated section.

11 years agoProgressbar: Moved .ui-progressbar-indeterminate to main element. Added tests for...
Scott González [Wed, 12 Dec 2012 16:21:49 +0000 (11:21 -0500)]
Progressbar: Moved .ui-progressbar-indeterminate to main element. Added tests for markup structure.

11 years agoCore: Removed $.ui.contains. Fixes #8902 - Remove $.ui.contains.
Scott González [Wed, 12 Dec 2012 13:54:53 +0000 (08:54 -0500)]
Core: Removed $.ui.contains. Fixes #8902 - Remove $.ui.contains.

11 years agoDialog: Spacing.
Scott González [Wed, 12 Dec 2012 13:47:05 +0000 (08:47 -0500)]
Dialog: Spacing.

11 years agoDev: update jquery.simulate.js to latest version from http://github.com/jquery/jquery...
Mike Sherov [Wed, 12 Dec 2012 08:59:11 +0000 (03:59 -0500)]
Dev: update jquery.simulate.js to latest version from http://github.com/jquery/jquery-simulate

11 years agoDev: remove todos from datepicker and dialog testsuite
Mike Sherov [Wed, 12 Dec 2012 08:16:33 +0000 (03:16 -0500)]
Dev: remove todos from datepicker and dialog testsuite

11 years agoDialog: Cleanup.
Scott González [Tue, 11 Dec 2012 21:23:18 +0000 (16:23 -0500)]
Dialog: Cleanup.

11 years agoDatepicker tests: Handle async focus in IE.
Scott González [Tue, 11 Dec 2012 15:06:13 +0000 (10:06 -0500)]
Datepicker tests: Handle async focus in IE.

11 years agoMenu tests: Better handling of async focus in IE.
Scott González [Tue, 11 Dec 2012 14:44:39 +0000 (09:44 -0500)]
Menu tests: Better handling of async focus in IE.

11 years agoSpinner tests: Delay all the things to make IE happy. Maybe...
Scott González [Mon, 10 Dec 2012 20:54:06 +0000 (15:54 -0500)]
Spinner tests: Delay all the things to make IE happy. Maybe...

11 years agoDialog tests: More async focus handling to deal with IE8.
Scott González [Mon, 10 Dec 2012 20:31:56 +0000 (15:31 -0500)]
Dialog tests: More async focus handling to deal with IE8.

11 years agoSpinner tests: Better handling of async focus in IE.
Scott González [Mon, 10 Dec 2012 15:35:28 +0000 (10:35 -0500)]
Spinner tests: Better handling of async focus in IE.

11 years agoButton tests: Handle async focus in IE.
Scott González [Mon, 10 Dec 2012 15:35:01 +0000 (10:35 -0500)]
Button tests: Handle async focus in IE.

11 years agoCore tests: Handle async focus in IE.
Scott González [Mon, 10 Dec 2012 15:34:44 +0000 (10:34 -0500)]
Core tests: Handle async focus in IE.

11 years agoDialog tests: Updated markup for deprecated tests to match standard tests.
Scott González [Mon, 10 Dec 2012 13:52:54 +0000 (08:52 -0500)]
Dialog tests: Updated markup for deprecated tests to match standard tests.

11 years agoDev: remove unnecessary simulated drag delegation in test suite
Mike Sherov [Sun, 9 Dec 2012 02:27:37 +0000 (21:27 -0500)]
Dev: remove unnecessary simulated drag delegation in test suite

11 years agoDev: Change incorrect references in test suite from #main to #qunit-fixture.
Mike Sherov [Sat, 8 Dec 2012 18:19:36 +0000 (13:19 -0500)]
Dev: Change incorrect references in test suite from #main to #qunit-fixture.

11 years agoDev: Remove *_tickets.js test files and move the associated tests to the proper locat...
Mike Sherov [Sat, 8 Dec 2012 01:06:29 +0000 (20:06 -0500)]
Dev: Remove *_tickets.js test files and move the associated tests to the proper locations.

11 years agoDialog: Respect maxHeight when determining size on open. Fixes #4820 - Dialog: Auto...
Scott González [Fri, 7 Dec 2012 21:57:03 +0000 (16:57 -0500)]
Dialog: Respect maxHeight when determining size on open. Fixes #4820 - Dialog: Auto height does not respect the maxHeight option.

11 years agoDialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be attached...
Scott González [Fri, 7 Dec 2012 19:54:21 +0000 (14:54 -0500)]
Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be attached to a element other than body.

11 years agoAutocomplete: Handle detached elements for appendTo after create.
Scott González [Fri, 7 Dec 2012 16:58:58 +0000 (11:58 -0500)]
Autocomplete: Handle detached elements for appendTo after create.

11 years agoBuild: Update to node-testswarm 0.3
Jörn Zaefferer [Fri, 7 Dec 2012 09:51:44 +0000 (10:51 +0100)]
Build: Update to node-testswarm 0.3

11 years agoBuild: Update grunt-junit, gets rid of the bogus xml files.
Jörn Zaefferer [Fri, 7 Dec 2012 09:10:40 +0000 (10:10 +0100)]
Build: Update grunt-junit, gets rid of the bogus xml files.

11 years agoPosition: Split out dimension parsing.
Scott González [Thu, 6 Dec 2012 20:00:42 +0000 (15:00 -0500)]
Position: Split out dimension parsing.

11 years agoDroppable: Added missing semicolon.
Scott González [Thu, 6 Dec 2012 19:43:35 +0000 (14:43 -0500)]
Droppable: Added missing semicolon.

11 years agoCore: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove $.ui.isOver...
Scott González [Thu, 6 Dec 2012 19:42:10 +0000 (14:42 -0500)]
Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove $.ui.isOver() and $.ui.isOverAxis().

11 years agoAllow higher cyclomatic complexity in functions that sanely use switch statements.
Scott González [Thu, 6 Dec 2012 19:25:48 +0000 (14:25 -0500)]
Allow higher cyclomatic complexity in functions that sanely use switch statements.

11 years agoTabs: Reduce cyclomatic complexity.
Scott González [Thu, 6 Dec 2012 19:18:20 +0000 (14:18 -0500)]
Tabs: Reduce cyclomatic complexity.

11 years agoProgressbar: Add link to custom label demo in demo index.
Kris Borchers [Thu, 6 Dec 2012 17:07:25 +0000 (11:07 -0600)]
Progressbar: Add link to custom label demo in demo index.

11 years agoProgressbar: Take min into account when calculating percentage.
Kris Borchers [Thu, 6 Dec 2012 17:07:07 +0000 (11:07 -0600)]
Progressbar: Take min into account when calculating percentage.

11 years agoDatepicker: Run JSHint test in unit tests.
Scott González [Thu, 6 Dec 2012 16:56:56 +0000 (11:56 -0500)]
Datepicker: Run JSHint test in unit tests.

11 years agoProgressbar: Cleanup, byte shaving.
Scott González [Thu, 6 Dec 2012 15:10:07 +0000 (10:10 -0500)]
Progressbar: Cleanup, byte shaving.

11 years agoProgress tests: Cleanup.
Scott González [Thu, 6 Dec 2012 14:50:33 +0000 (09:50 -0500)]
Progress tests: Cleanup.

11 years agoProgressbar: Only remove aria-valuenow for indeterminate progressbars. Added more...
Scott González [Thu, 6 Dec 2012 14:35:41 +0000 (09:35 -0500)]
Progressbar: Only remove aria-valuenow for indeterminate progressbars. Added more accessibility tests.

11 years agoProgressbar: Define defaults for callbacks.
Scott González [Thu, 6 Dec 2012 14:21:25 +0000 (09:21 -0500)]
Progressbar: Define defaults for callbacks.

11 years agoTabs: Decode URIs before comparing. Fixes #8877 - Tabs: isLocal function issue in...
Scott González [Wed, 5 Dec 2012 22:19:14 +0000 (17:19 -0500)]
Tabs: Decode URIs before comparing. Fixes #8877 - Tabs: isLocal function issue in Safari 5.1.7.

11 years agoDialog: Restore inline styles for dimensions/display. Fixes #8119 - Dialog: Destroyin...
Scott González [Wed, 5 Dec 2012 16:53:34 +0000 (11:53 -0500)]
Dialog: Restore inline styles for dimensions/display. Fixes #8119 - Dialog: Destroying a dialog leaves some styles changed.

11 years agoDatepicker: Added Norwegian Bokmål and Norwegian Nynorsk locales. Fixes #8886 - Datep...
Bjørn Johansen [Mon, 3 Dec 2012 07:05:06 +0000 (08:05 +0100)]
Datepicker: Added Norwegian Bokmål and Norwegian Nynorsk locales. Fixes #8886 - Datepicker: Add Norwegian Bokmål (nb) and Norwegian Nynorsk (nn) locales.

Signed-off-by: Bjørn Johansen <bjorn.johansen@metronet.no>
11 years agoDatepicker: Added Belarusian locale. Fixes #8885 - Datepicker: Add Belarusian locale.
Pavel Selitskas [Sun, 2 Dec 2012 14:02:39 +0000 (17:02 +0300)]
Datepicker: Added Belarusian locale. Fixes #8885 - Datepicker: Add Belarusian locale.

11 years agoDatepicker: Handle changes to the disabled option. Fixes #8883 - Datepicker: Changing...
Scott González [Wed, 5 Dec 2012 15:38:31 +0000 (10:38 -0500)]
Datepicker: Handle changes to the disabled option. Fixes #8883 - Datepicker: Changing disabled option doesn't work.

11 years agoDialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dialog...
Scott González [Tue, 4 Dec 2012 15:03:05 +0000 (10:03 -0500)]
Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dialog: Destroying a dialog leaves some styles changed.

11 years agoDialog: Remove unnecessary margin on title.
Scott González [Tue, 4 Dec 2012 14:27:57 +0000 (09:27 -0500)]
Dialog: Remove unnecessary margin on title.

11 years agoRevert "Dialog: Cleanup style properties on _destroy. Reenables style check in domEqu...
Scott González [Tue, 4 Dec 2012 14:21:33 +0000 (09:21 -0500)]
Revert "Dialog: Cleanup style properties on _destroy. Reenables style check in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers."

This reverts commit d687a1b10d1e176a6a8dd4420f1ea3a890640da0.

11 years agoRevert "Menu: Remove display property on hidden submenus instead of setting display...
Scott González [Tue, 4 Dec 2012 14:21:16 +0000 (09:21 -0500)]
Revert "Menu: Remove display property on hidden submenus instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b)."

This reverts commit 53b940fa27fc50b4663eef77249a9afce4129240.

11 years agoRevert "Tabs: Remove display property on hidden panels instead of setting display...
Scott González [Tue, 4 Dec 2012 14:20:56 +0000 (09:20 -0500)]
Revert "Tabs: Remove display property on hidden panels instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b)."

This reverts commit b9068c1523f39da8a04c799eebc9adc8b83c7279.

11 years agoProgressbar: Custom label demo cleanup
Kris Borchers [Tue, 4 Dec 2012 03:25:55 +0000 (21:25 -0600)]
Progressbar: Custom label demo cleanup

11 years agoDialog: Refactor _createOverlay and _destroyOverlay to use widget methods and properties.
Jörn Zaefferer [Tue, 4 Dec 2012 00:17:00 +0000 (01:17 +0100)]
Dialog: Refactor _createOverlay and _destroyOverlay to use widget methods and properties.

11 years agoDialog: Remove the instance-storing for the overlay, just create one whenever it...
Jörn Zaefferer [Tue, 4 Dec 2012 00:08:34 +0000 (01:08 +0100)]
Dialog: Remove the instance-storing for the overlay, just create one whenever it is needed. Heavily simplifies the code, while the memorly leak should be hardly an issue anymore, since fixed positioning restricts the overlay size to the window dimensions. Fixes #6058 - Dialog overlays are not properly reused when multiple instances of a Dialog exist.

11 years agoTabs: Remove display property on hidden panels instead of setting display:block....
Jörn Zaefferer [Mon, 3 Dec 2012 23:56:14 +0000 (00:56 +0100)]
Tabs: Remove display property on hidden panels instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b).

11 years agoMenu: Remove display property on hidden submenus instead of setting display:block...
Jörn Zaefferer [Mon, 3 Dec 2012 23:49:37 +0000 (00:49 +0100)]
Menu: Remove display property on hidden submenus instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b).

11 years agoDialog: Cleanup style properties on _destroy. Reenables style check in domEqual,...
Jörn Zaefferer [Mon, 3 Dec 2012 23:35:33 +0000 (00:35 +0100)]
Dialog: Cleanup style properties on _destroy. Reenables style check in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers.

11 years agoWidget: Don't modify the prototype passed to $.widget(). Fixes #8876 - Calling _super...
Scott González [Mon, 3 Dec 2012 19:18:24 +0000 (14:18 -0500)]
Widget: Don't modify the prototype passed to $.widget(). Fixes #8876 - Calling _super calls wrong inherited widget.

11 years agoWidget tests: Fixed order of actual and expected.
Scott González [Mon, 3 Dec 2012 18:57:28 +0000 (13:57 -0500)]
Widget tests: Fixed order of actual and expected.

11 years agoDialog: Adjust southeast resize handle to not be visible and more closely match other...
Scott González [Mon, 3 Dec 2012 18:09:49 +0000 (13:09 -0500)]
Dialog: Adjust southeast resize handle to not be visible and more closely match other resize handles. Fixes #4575 - Dialog: Scrollbar is difficult to use with overflow content and resize handle.

11 years agoDialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar changes... 856/head
Jörn Zaefferer [Sun, 2 Dec 2012 11:50:17 +0000 (12:50 +0100)]
Dialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar changes height during resize, button pane positioning changes.

11 years agoResizable: Respect containment for alsoResize option. Fixes #4603 - Resizable: alsoRe...
Scott González [Mon, 3 Dec 2012 15:36:55 +0000 (10:36 -0500)]
Resizable: Respect containment for alsoResize option. Fixes #4603 - Resizable: alsoResize option doesn't work with containment. Fixes #5559 - Dialog: Content grows bigger than widget on resize at document edge.

11 years agoGrunt: Set testswarm/browserSets from JSON file.
Timo Tijhof [Sat, 17 Nov 2012 20:47:23 +0000 (21:47 +0100)]
Grunt: Set testswarm/browserSets from JSON file.

File on jq03.jquery.com is already updated.

11 years agoDialog: Ensure all animations finish and clean up themselve when destroying dialog...
Jörn Zaefferer [Fri, 30 Nov 2012 12:08:56 +0000 (13:08 +0100)]
Dialog: Ensure all animations finish and clean up themselve when destroying dialog. Fixes #5860 - Dialog: Destroying a dialog during animated close leaves .ui-effects-wrapper in DOM.