]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoAccordion: Handle negative values for active option on init.
Scott González [Thu, 3 Feb 2011 14:59:05 +0000 (09:59 -0500)]
Accordion: Handle negative values for active option on init.

13 years agoAccordion: Properly handle collapsible: false and active: false by changing active...
Scott González [Thu, 3 Feb 2011 14:54:11 +0000 (09:54 -0500)]
Accordion: Properly handle collapsible: false and active: false by changing active to 0.

13 years agoDatepicker: only set the focus explicitly if it is not already on the target field...
Tobias Brunner [Thu, 3 Feb 2011 13:51:50 +0000 (08:51 -0500)]
Datepicker: only set the focus explicitly if it is not already on the target field. Fixed #6694 – datepicker does not fire change event in IE8

jQuery stores the current content of a field whenever it gets the focus. Since the fixed function is also called for KeyUp events the change event is not triggered anymore when the input looses focus.

13 years agoAccordion: Cleanup.
Scott González [Thu, 3 Feb 2011 02:33:57 +0000 (21:33 -0500)]
Accordion: Cleanup.

13 years agoAccordion: Added ui-accordion-header-icon class to generated icons in order to not...
Scott González [Thu, 3 Feb 2011 02:15:25 +0000 (21:15 -0500)]
Accordion: Added ui-accordion-header-icon class to generated icons in order to not interfere with any additional icons that users might add.

13 years agoResizable: Changed the way box size is determined when using a helper. Fixed #6926... 105/head
George Marshall [Wed, 2 Feb 2011 02:52:17 +0000 (18:52 -0800)]
Resizable: Changed the way box size is determined when using a helper. Fixed #6926 - Window doesn't change to size that helper shows when snapping to grid

13 years agoWidget: Modified _trigger to invoke callbacks with apply so that handlers are invoked...
Michael DellaNoce [Tue, 1 Feb 2011 11:57:48 +0000 (06:57 -0500)]
Widget: Modified _trigger to invoke callbacks with apply so that handlers are invoked the same way .trigger() invokes them. Fixes #6795 - Widget: _trigger passes array arguments to handlers inconsistently.

13 years agoMerge branch 'master' into widget-events
Scott González [Tue, 1 Feb 2011 03:04:09 +0000 (22:04 -0500)]
Merge branch 'master' into widget-events

Conflicts:
ui/jquery.ui.widget.js

13 years agoTabs: Use ._focusable() and ._hoverable().
Scott González [Tue, 1 Feb 2011 02:56:55 +0000 (21:56 -0500)]
Tabs: Use ._focusable() and ._hoverable().

13 years agoWidget: Use focusin/focusout for ._focusable().
Scott González [Tue, 1 Feb 2011 02:55:22 +0000 (21:55 -0500)]
Widget: Use focusin/focusout for ._focusable().

13 years agoUpdate wigdet test for previous change. No stored intance via data for
jzaefferer [Mon, 31 Jan 2011 15:37:50 +0000 (16:37 +0100)]
Update wigdet test for previous change. No stored intance via data for
element == instance.

13 years agoOptimize widget's _createWidget method to not store data and bind remove
jzaefferer [Mon, 31 Jan 2011 15:33:45 +0000 (16:33 +0100)]
Optimize widget's _createWidget method to not store data and bind remove
when dealing with an instance without an element (element == instance).

13 years agoAccordion: added a comment.
Scott González [Mon, 31 Jan 2011 13:58:01 +0000 (08:58 -0500)]
Accordion: added a comment.

13 years agoAccordion: Removed ui-accordion-li-fix class; I couldn't find instances where this...
Scott González [Mon, 31 Jan 2011 13:50:17 +0000 (08:50 -0500)]
Accordion: Removed ui-accordion-li-fix class; I couldn't find instances where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome.

13 years agoDatepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916...
Scott González [Sun, 30 Jan 2011 14:39:18 +0000 (09:39 -0500)]
Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916 - Datepicker date range demo: syntax glitch.

13 years agoAutocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixes #6904...
Scott González [Thu, 27 Jan 2011 19:49:59 +0000 (14:49 -0500)]
Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixes #6904 - Autocomplete: Race condition handling means.

13 years agoAccordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion: Allow...
Scott González [Tue, 25 Jan 2011 05:52:42 +0000 (00:52 -0500)]
Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion: Allow canceling the beforeActivate event.

13 years agoAccordion: Renamed changestart and change events to beforeActivate and activate,...
Scott González [Tue, 25 Jan 2011 05:05:55 +0000 (00:05 -0500)]
Accordion: Renamed changestart and change events to beforeActivate and activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate.

13 years agoAccordion: More tests.
Scott González [Tue, 25 Jan 2011 03:40:03 +0000 (22:40 -0500)]
Accordion: More tests.

13 years agoTests: Fixed erroneous refernece to accordion.
Scott González [Tue, 25 Jan 2011 03:37:57 +0000 (22:37 -0500)]
Tests: Fixed erroneous refernece to accordion.

13 years agoDialog: Use ._focusable() and ._hoverable().
Scott González [Tue, 25 Jan 2011 02:58:40 +0000 (21:58 -0500)]
Dialog: Use ._focusable() and ._hoverable().

13 years agoWidget: Added tests for ._hoverable() and ._focusable().
Scott González [Tue, 25 Jan 2011 02:54:50 +0000 (21:54 -0500)]
Widget: Added tests for ._hoverable() and ._focusable().

13 years agoWidget tests: Remove workaround for old QUnit bug.
Scott González [Tue, 25 Jan 2011 02:31:12 +0000 (21:31 -0500)]
Widget tests: Remove workaround for old QUnit bug.

13 years agoWidget tests: Cleanup.
Scott González [Tue, 25 Jan 2011 02:22:40 +0000 (21:22 -0500)]
Widget tests: Cleanup.

13 years agoAccordion test: Fixed an icon test.
Scott González [Tue, 25 Jan 2011 02:00:39 +0000 (21:00 -0500)]
Accordion test: Fixed an icon test.

13 years agoAccordion tests: Cleaned up deprecated tests.
Scott González [Tue, 25 Jan 2011 01:35:58 +0000 (20:35 -0500)]
Accordion tests: Cleaned up deprecated tests.

13 years agoAccordion tests: Cleanup.
Scott González [Tue, 25 Jan 2011 00:20:09 +0000 (19:20 -0500)]
Accordion tests: Cleanup.

13 years agoAccordion tests: Getting really ghetto in an attempt to get deprecated tests to run...
Scott González [Mon, 24 Jan 2011 21:00:34 +0000 (16:00 -0500)]
Accordion tests: Getting really ghetto in an attempt to get deprecated tests to run in TestSwarm.

13 years agoAccordion: Test cleanup.
Scott González [Mon, 24 Jan 2011 20:45:29 +0000 (15:45 -0500)]
Accordion: Test cleanup.

13 years agoTests: Updated QUnit.
Scott González [Mon, 24 Jan 2011 19:47:03 +0000 (14:47 -0500)]
Tests: Updated QUnit.

13 years agoAccordion: First pass at splitting out tests for deprecated functionality.
Scott González [Mon, 24 Jan 2011 19:38:23 +0000 (14:38 -0500)]
Accordion: First pass at splitting out tests for deprecated functionality.

13 years agoWidget: Allow this.element to be the widget instance instead of a DOM element. Fixes...
Scott González [Mon, 24 Jan 2011 18:33:24 +0000 (13:33 -0500)]
Widget: Allow this.element to be the widget instance instead of a DOM element. Fixes #6895 - Widget: Allow non-DOM based widget.

13 years agoWidget: Added tests for defaultElement and element normalization between jQuery objec...
Scott González [Mon, 24 Jan 2011 00:58:31 +0000 (19:58 -0500)]
Widget: Added tests for defaultElement and element normalization between jQuery objects, elements and selectors.

13 years agoAll: Define defaultElement for non-div widgets.
Scott González [Sun, 23 Jan 2011 22:55:53 +0000 (17:55 -0500)]
All: Define defaultElement for non-div widgets.

13 years agoWidget: Removed comment about storing instances in jQuery.data twice since we now...
Scott González [Sun, 23 Jan 2011 22:38:33 +0000 (17:38 -0500)]
Widget: Removed comment about storing instances in jQuery.data twice since we now only do it once.

13 years agoWidget: Allow instantiation without the new keyword.
Scott González [Sun, 23 Jan 2011 01:39:37 +0000 (20:39 -0500)]
Widget: Allow instantiation without the new keyword.

13 years agoWidget: Added ability to generate an item if no item is passed on creation.
Scott González [Sun, 23 Jan 2011 01:30:40 +0000 (20:30 -0500)]
Widget: Added ability to generate an item if no item is passed on creation.

13 years agoWidget: Added _hoverable() and _focusable().
Scott González [Fri, 21 Jan 2011 20:37:18 +0000 (15:37 -0500)]
Widget: Added _hoverable() and _focusable().

13 years agoSortable: Make sure we have a placeholder before trying to remove it during a cancel...
marcos.sousa [Tue, 18 Jan 2011 18:33:30 +0000 (16:33 -0200)]
Sortable: Make sure we have a placeholder before trying to remove it during a cancel. Fixes #6879 - Sortable: Calling cancel when there is no sort occurring throws an error.

13 years agoSortable: pass a fake event object to _mouseUp on cancel. Fixes #5882 - UI.Sortable...
Scott González [Wed, 19 Jan 2011 15:45:44 +0000 (10:45 -0500)]
Sortable: pass a fake event object to _mouseUp on cancel. Fixes #5882 - UI.Sortable .sortable( cancel ) call the this._mouseUp method without param.

13 years agoDatepicker i18n: Added Algerian Arabic to demos.
Scott González [Wed, 19 Jan 2011 15:15:15 +0000 (10:15 -0500)]
Datepicker i18n: Added Algerian Arabic to demos.

13 years agoDatepicker i18n: Added Algerian Arabic. Fixes #6877 - Datepicker: Add Algerian Arabic...
cherif [Sat, 15 Jan 2011 20:23:02 +0000 (21:23 +0100)]
Datepicker i18n: Added Algerian Arabic. Fixes #6877 - Datepicker: Add Algerian Arabic support.

13 years agoUpdate to latest jquery-global plugin
jzaefferer [Tue, 18 Jan 2011 13:16:13 +0000 (14:16 +0100)]
Update to latest jquery-global plugin

13 years agoSpinner: Update to latest jquery-global plugin, removing the currency
jzaefferer [Tue, 18 Jan 2011 11:11:26 +0000 (12:11 +0100)]
Spinner: Update to latest jquery-global plugin, removing the currency
workaround.

13 years agoUpdate to latest jquery-global plugin
jzaefferer [Tue, 18 Jan 2011 11:08:22 +0000 (12:08 +0100)]
Update to latest jquery-global plugin

13 years agoWidget: Added "dynamic" bindings via ._bind() to allow for proxying.
Scott González [Tue, 18 Jan 2011 06:53:20 +0000 (01:53 -0500)]
Widget: Added "dynamic" bindings via ._bind() to allow for proxying.

13 years agoWidget: Added ._bind() for easily binding events with correct context and disabled...
Scott González [Tue, 18 Jan 2011 06:46:26 +0000 (01:46 -0500)]
Widget: Added ._bind() for easily binding events with correct context and disabled checking. Pretty much a direct copy from the previous bind branch.

13 years agoDatepicker: Update parseDate to properly handle a string value in shortYearCutoff... 97/head
Ivan Peters [Tue, 18 Jan 2011 03:25:58 +0000 (16:25 +1300)]
Datepicker: Update parseDate to properly handle a string value in shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly.

13 years agoUpdate example culture files to $.global
jzaefferer [Mon, 17 Jan 2011 18:36:42 +0000 (19:36 +0100)]
Update example culture files to $.global

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
jzaefferer [Mon, 17 Jan 2011 18:28:49 +0000 (19:28 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoUpdated global plugin to latest version.
jzaefferer [Mon, 17 Jan 2011 18:26:59 +0000 (19:26 +0100)]
Updated global plugin to latest version.

13 years agoRenamed glob.js to jquery.global.js to match actual plugin filenames.
jzaefferer [Mon, 17 Jan 2011 18:25:14 +0000 (19:25 +0100)]
Renamed glob.js to jquery.global.js to match actual plugin filenames.

13 years agoDatepicker i18n: Fixed missing references.
Scott González [Mon, 17 Jan 2011 14:44:53 +0000 (09:44 -0500)]
Datepicker i18n: Fixed missing references.

13 years agoDatepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 - Datepi...
Scott González [Mon, 17 Jan 2011 14:26:30 +0000 (09:26 -0500)]
Datepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 - Datepicker: Add en-AU or en-NZ initialisations.

Thanks Campbell

13 years agoUpdated copyright year.
Scott González [Mon, 17 Jan 2011 14:13:18 +0000 (09:13 -0500)]
Updated copyright year.

13 years agoTabs: Pass an element instead of jQuery object on initial show. Fixes #6867 - Inconsi...
Scott González [Sun, 16 Jan 2011 21:19:58 +0000 (16:19 -0500)]
Tabs: Pass an element instead of jQuery object on initial show. Fixes #6867 - Inconsistent ui.panel contents for show event of tabs widget.

13 years agoSpinner: Moved ARIA to input and fixed tests.
Scott González [Sat, 15 Jan 2011 13:28:13 +0000 (08:28 -0500)]
Spinner: Moved ARIA to input and fixed tests.

13 years agoUpdated widgets to use new methods from $.Widget.
Scott González [Sat, 15 Jan 2011 11:34:07 +0000 (06:34 -0500)]
Updated widgets to use new methods from $.Widget.

13 years agoChange destroy to _destroy and remove calls to $.Widget.prototype.destroy in widgets...
Scott González [Fri, 14 Jan 2011 22:11:22 +0000 (17:11 -0500)]
Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in widgets with simple destroy methods.

13 years agoWidget: destroy() now calls _destroy() so that widgets don't need to call the base...
Scott González [Fri, 14 Jan 2011 21:55:13 +0000 (16:55 -0500)]
Widget: destroy() now calls _destroy() so that widgets don't need to call the base destroy method. Fixes #5056 - Widget factory: Remove need to call base destroy method.

13 years agoAutocompete tests: Added missing menu dependency.
Scott González [Fri, 14 Jan 2011 21:51:31 +0000 (16:51 -0500)]
Autocompete tests: Added missing menu dependency.

13 years agoWidget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add _super...
Scott González [Fri, 14 Jan 2011 20:52:03 +0000 (15:52 -0500)]
Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add _super() and _superApply() for easy access to parent methods.

13 years agoRevert accidental demo change from 66606407edf9faa33c566f0cc6a2bb1dd4d3e808.
Scott González [Fri, 14 Jan 2011 19:42:53 +0000 (14:42 -0500)]
Revert accidental demo change from 66606407edf9faa33c566f0cc6a2bb1dd4d3e808.

13 years agoAccordion: Force the width of the accordion panel during animation when animating...
Scott González [Fri, 14 Jan 2011 19:35:37 +0000 (14:35 -0500)]
Accordion: Force the width of the accordion panel during animation when animating from a fully collapsed state. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all.

The animation code should be refactored.

13 years agoAccordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename resize...
Scott González [Fri, 14 Jan 2011 17:18:33 +0000 (12:18 -0500)]
Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename resize method to refresh.

13 years agoWidget: Removed unnecessary/incorrect logic for widgetEventPrefix.
Scott González [Fri, 14 Jan 2011 00:32:08 +0000 (19:32 -0500)]
Widget: Removed unnecessary/incorrect logic for widgetEventPrefix.

13 years agoWidget: Removed commented out code.
Scott González [Fri, 14 Jan 2011 00:27:22 +0000 (19:27 -0500)]
Widget: Removed commented out code.

13 years agoWidget: Removed code for the remove event in jQuery < 1.4.
Scott González [Fri, 14 Jan 2011 00:26:52 +0000 (19:26 -0500)]
Widget: Removed code for the remove event in jQuery < 1.4.

13 years agoAccordion: Cleaned up _createIcons().
Scott González [Fri, 14 Jan 2011 00:23:55 +0000 (19:23 -0500)]
Accordion: Cleaned up _createIcons().

13 years agoAccordion: Use event.preventDefault() instead of return false when handling keydown.
Scott González [Thu, 13 Jan 2011 21:48:56 +0000 (16:48 -0500)]
Accordion: Use event.preventDefault() instead of return false when handling keydown.

13 years agoAccordion: call event.preventDefault() inside the _eventHandler() instead of in each...
Scott González [Thu, 13 Jan 2011 21:45:21 +0000 (16:45 -0500)]
Accordion: call event.preventDefault() inside the _eventHandler() instead of in each individual event handler.

13 years agoAccordion - Make sure we have an element before trying to modify the className. Fixes...
Scott González [Thu, 13 Jan 2011 21:36:14 +0000 (16:36 -0500)]
Accordion - Make sure we have an element before trying to modify the className. Fixes #6856 - Accordion: Opening a panel after all panels have been collapsed causes an error.

13 years agoMerge branch 'accordion-activate'
Scott González [Thu, 13 Jan 2011 19:56:29 +0000 (14:56 -0500)]
Merge branch 'accordion-activate'

13 years agoAccordion: Moved handling for programmatically collapsing the accordion out of the...
Scott González [Thu, 13 Jan 2011 19:42:35 +0000 (14:42 -0500)]
Accordion: Moved handling for programmatically collapsing the accordion out of the event handler. Modified event handler to not change the active option until after it determines that the event is valid.

13 years agoAccordion: Added note about supporting negative values for active option in 2.0.
Scott González [Thu, 13 Jan 2011 19:01:38 +0000 (14:01 -0500)]
Accordion: Added note about supporting negative values for active option in 2.0.

13 years agoAccordion: Reduced valid active options to numbers and falsey. Added compatibility...
Scott González [Thu, 13 Jan 2011 13:51:09 +0000 (08:51 -0500)]
Accordion: Reduced valid active options to numbers and falsey. Added compatibility layer for previously allowed values.

13 years agoAccordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - Accordio... 92/head
Alex Dovenmuehle [Thu, 13 Jan 2011 02:32:51 +0000 (21:32 -0500)]
Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - Accordion header margins disappear in IE 8

13 years agoPosition: Fixed calculation of collision dimensions. Fixes #6812 - Position: Collisio...
Scott González [Wed, 12 Jan 2011 13:43:18 +0000 (08:43 -0500)]
Position: Fixed calculation of collision dimensions. Fixes #6812 - Position: Collision detection fails on the right side in Internet Explorer.

13 years agoAccordion: Handle invalid values for the active option.
Scott González [Wed, 12 Jan 2011 02:24:41 +0000 (21:24 -0500)]
Accordion: Handle invalid values for the active option.

13 years agoAccordion: First pass at deprecating the activate method. Renamed _clickHandler to...
Scott González [Wed, 12 Jan 2011 01:53:31 +0000 (20:53 -0500)]
Accordion: First pass at deprecating the activate method. Renamed _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method.

13 years agoAccordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fixes...
Alex Dovenmuehle [Tue, 11 Jan 2011 20:38:47 +0000 (15:38 -0500)]
Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader.

13 years agoDialog: Fixed creation of close button in IE.
Scott González [Tue, 11 Jan 2011 19:34:17 +0000 (14:34 -0500)]
Dialog: Fixed creation of close button in IE.

Thanks dkiselev.

13 years agoDialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: Typesetting on...
aaronpeterson [Thu, 30 Dec 2010 15:41:04 +0000 (07:41 -0800)]
Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: Typesetting on title bar is inconsistent with other widget title bars/headers.

13 years agoAccordion: Start the accordion animation before changing classes. Fixes #6720 - Accor...
Scott González [Tue, 11 Jan 2011 18:20:50 +0000 (13:20 -0500)]
Accordion: Start the accordion animation before changing classes. Fixes #6720 - Accordion: ol numbering bug.

Thanks Tony Ross.

13 years agoAutocomplete demo (combobox): Fixed tooltips and clearing of select on invalid entry.
Scott González [Tue, 11 Jan 2011 03:47:30 +0000 (22:47 -0500)]
Autocomplete demo (combobox): Fixed tooltips and clearing of select on invalid entry.

13 years agoCompound visual test: Added missing reference to autocomplete.
Scott González [Tue, 11 Jan 2011 03:07:03 +0000 (22:07 -0500)]
Compound visual test: Added missing reference to autocomplete.

13 years agoButton demo: Coding standards.
Scott González [Tue, 11 Jan 2011 02:58:17 +0000 (21:58 -0500)]
Button demo: Coding standards.

13 years agoBuild: Added spinner and menu to docs-download.
Scott González [Tue, 11 Jan 2011 02:48:41 +0000 (21:48 -0500)]
Build: Added spinner and menu to docs-download.

13 years agoFixed headers for menu, spinner, tooltip stylesheets.
Scott González [Tue, 11 Jan 2011 02:44:25 +0000 (21:44 -0500)]
Fixed headers for menu, spinner, tooltip stylesheets.

13 years agoFixed broken reference to theme file.
Scott González [Tue, 11 Jan 2011 02:40:03 +0000 (21:40 -0500)]
Fixed broken reference to theme file.

13 years agoFixed references to jQuery.
Scott González [Tue, 11 Jan 2011 02:38:58 +0000 (21:38 -0500)]
Fixed references to jQuery.

13 years agoDemos: PHP Strict mode compliance and use parse_json() for JSON encoding. Fixes ...
gnarf [Sun, 9 Jan 2011 23:41:12 +0000 (17:41 -0600)]
Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data.

13 years agoDatepicker: Added Malayalam translation. Fixes #6822 - Datepicker: Add i18n translati... 86/head
Saji [Fri, 7 Jan 2011 20:09:27 +0000 (01:39 +0530)]
Datepicker: Added Malayalam translation. Fixes #6822 - Datepicker: Add i18n translation for Malayalam.

13 years agoCleanup bad earlier merge.
jzaefferer [Tue, 28 Dec 2010 14:31:14 +0000 (15:31 +0100)]
Cleanup bad earlier merge.

13 years agoFixed bad references to jQuery-1.4.4.js
jzaefferer [Wed, 22 Dec 2010 17:59:29 +0000 (18:59 +0100)]
Fixed bad references to jQuery-1.4.4.js

13 years agoMerge remote branch 'origin/tooltip'
jzaefferer [Wed, 22 Dec 2010 17:58:57 +0000 (18:58 +0100)]
Merge remote branch 'origin/tooltip'

Conflicts:
demos/autocomplete/combobox.html
demos/index.html
tests/unit/index.html

13 years agoMerge remote branch 'origin/menu'
jzaefferer [Wed, 22 Dec 2010 17:31:27 +0000 (18:31 +0100)]
Merge remote branch 'origin/menu'

Conflicts:
demos/autocomplete/categories.html
demos/autocomplete/combobox.html
demos/autocomplete/custom-data.html
demos/autocomplete/default.html
demos/autocomplete/folding.html
demos/autocomplete/multiple-remote.html
demos/autocomplete/multiple.html
demos/autocomplete/remote-jsonp.html
demos/autocomplete/remote-with-cache.html
demos/autocomplete/remote.html
demos/autocomplete/xml.html
demos/button/splitbutton.html
demos/index.html
tests/visual/menu/nested.html
themes/base/jquery.ui.autocomplete.css
ui/jquery.ui.autocomplete.js

13 years agoFix demos index page to include globalization plugin for spinner demos, along a wordi...
jzaefferer [Wed, 22 Dec 2010 17:00:28 +0000 (18:00 +0100)]
Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo.

13 years agoMerge remote branch 'origin/spinner'
jzaefferer [Wed, 22 Dec 2010 16:36:41 +0000 (17:36 +0100)]
Merge remote branch 'origin/spinner'

13 years agoDialog: Modified close button binding to use event.preventDefault() instead of return...
Max Schnur [Mon, 20 Dec 2010 14:00:28 +0000 (09:00 -0500)]
Dialog: Modified close button binding to use event.preventDefault() instead of return false. Fixes #6766 - Dialog: Clicks on close button don't bubble.