]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
14 years agoWidget: Added _setOptions method for handling normalized options setting. Fixes ...
Scott González [Mon, 27 Sep 2010 15:21:09 +0000 (11:21 -0400)]
Widget: Added _setOptions method for handling normalized options setting. Fixes #6114 - Widget: Add _setOptions() method.

14 years agoProgressbar: Added a complete event. Fixes #3500 - Progressbar callback at the end.
Scott González [Mon, 27 Sep 2010 14:44:04 +0000 (10:44 -0400)]
Progressbar: Added a complete event. Fixes #3500 - Progressbar callback at the end.

14 years agoAutocomplete: Only prevent the default action for enter when a menu item is active...
Scott González [Mon, 27 Sep 2010 14:10:00 +0000 (10:10 -0400)]
Autocomplete: Only prevent the default action for enter when a menu item is active. Fixes #6038 - Autocomplete: Allow default behaviour on enter when menu is open but inactive.

Thanks Ján Suchal.

14 years agoAutocomplete (Menu): Only traverse through .ui-menu-item elements for paging. Fixes...
Scott González [Mon, 27 Sep 2010 13:10:18 +0000 (09:10 -0400)]
Autocomplete (Menu): Only traverse through .ui-menu-item elements for paging. Fixes #6029 - Autocomplete: Custom item can be activated (and result in error) on PageUp/PageDown key click.

14 years agoAutocomplete: Handle IE firing focus events asynchronously. Fixes #6109 - Autocomplet...
Scott González [Fri, 24 Sep 2010 20:49:10 +0000 (16:49 -0400)]
Autocomplete: Handle IE firing focus events asynchronously. Fixes #6109 - Autocomplete Change event does not fire in IE.

14 years agoRelease: Small tweak to some wording.
Scott González [Fri, 24 Sep 2010 19:43:17 +0000 (15:43 -0400)]
Release: Small tweak to some wording.

14 years agoDatepicker: Added Portuguese localization. Fixes #6102 - Datepicker: Add Portuguese...
Scott González [Fri, 24 Sep 2010 12:58:18 +0000 (08:58 -0400)]
Datepicker: Added Portuguese localization. Fixes #6102 - Datepicker: Add Portuguese localization.

14 years agoWidget: Use charAt instead of substring for private method check.
Daniel Steigerwald [Mon, 20 Sep 2010 19:03:42 +0000 (15:03 -0400)]
Widget: Use charAt instead of substring for private method check.

14 years agoAccordion: Don't pass multiple classes to .toggleClass(). Fixes #6084 - Accordion...
Scott González [Mon, 20 Sep 2010 18:56:17 +0000 (14:56 -0400)]
Accordion: Don't pass multiple classes to .toggleClass(). Fixes #6084 - Accordion: 1.8.5 not fully compatible with core 1.3.2.

14 years agoCore: Only use mousedown to prevent text selection in browsers that don't support...
Scott González [Mon, 20 Sep 2010 15:53:51 +0000 (11:53 -0400)]
Core: Only use mousedown to prevent text selection in browsers that don't support selectstart. Fixes #6080 - Core: disableSelection() disables select elements in Chrome.

14 years agoDatepicker: Added galician localization. Fixes #6079 - Datepicker: Add Galician local...
Jorge Barreiro [Mon, 20 Sep 2010 14:59:01 +0000 (10:59 -0400)]
Datepicker: Added galician localization. Fixes #6079 - Datepicker: Add Galician localization.

14 years agoEffects: Fixed .show(), .hide(), .toggle() to accept a hash of options again. Fixes...
Scott González [Mon, 20 Sep 2010 14:07:45 +0000 (10:07 -0400)]
Effects: Fixed .show(), .hide(), .toggle() to accept a hash of options again. Fixes #6078 - Effects: Passing an object for parameters no longer works. Fixes #6067 - Dialog show/hide animations do not work.

14 years agoDatepicker: Hightlight the curerent date, not the selected date. Fixes #5984 - Datepi...
Lim Chee Aun [Tue, 14 Sep 2010 04:33:56 +0000 (12:33 +0800)]
Datepicker: Hightlight the curerent date, not the selected date. Fixes #5984 - Datepicker showing multiple months highlights selected day in all of them

14 years agoAutocomplete: Properly handle non-item clicks inside the suggestion list. Fixes ...
Scott González [Mon, 20 Sep 2010 13:27:32 +0000 (09:27 -0400)]
Autocomplete: Properly handle non-item clicks inside the suggestion list. Fixes #6052 - Autocomplete suggestion list does not close properly.

14 years agoDialog: Don't call draggable.destroy if we're not currently draggable. Fixes #6069...
Scott González [Mon, 20 Sep 2010 13:15:28 +0000 (09:15 -0400)]
Dialog: Don't call draggable.destroy if we're not currently draggable. Fixes #6069 - DIALOG windows 1.8.5 draggapble problem.

14 years agoDialog demo: syntax error, errant single quote from last style guide update. Fixed...
Richard D. Worth [Mon, 20 Sep 2010 00:14:22 +0000 (17:14 -0700)]
Dialog demo: syntax error, errant single quote from last style guide update. Fixed #6074 - Dialog: demo of modal form broken

14 years agoBuild: add zip file for MS cdn to cdn target (was: googlecdn target)
jzaefferer [Wed, 15 Sep 2010 20:52:45 +0000 (22:52 +0200)]
Build: add zip file for MS cdn to cdn target (was: googlecdn target)

14 years agoUpdating the master version to 1.9pre
Scott González [Fri, 10 Sep 2010 17:20:23 +0000 (13:20 -0400)]
Updating the master version to 1.9pre

14 years agoTagging the 1.8.5 release. 1.8.5
Scott González [Fri, 10 Sep 2010 17:20:23 +0000 (13:20 -0400)]
Tagging the 1.8.5 release.

14 years agoBuild: Attempt to fix version replacement for API docs.
Scott González [Fri, 10 Sep 2010 15:12:57 +0000 (11:12 -0400)]
Build: Attempt to fix version replacement for API docs.

14 years agoBuild: Minor tweaks to release automation.
Scott González [Fri, 10 Sep 2010 14:57:06 +0000 (10:57 -0400)]
Build: Minor tweaks to release automation.

14 years agoBuild: Initial commit for release automation.
Scott González [Fri, 10 Sep 2010 14:30:44 +0000 (10:30 -0400)]
Build: Initial commit for release automation.

14 years agoProgressbar demos: Coding standards.
Scott González [Fri, 10 Sep 2010 14:27:32 +0000 (10:27 -0400)]
Progressbar demos: Coding standards.

14 years agoPosition demos: Coding standards.
Scott González [Fri, 10 Sep 2010 14:24:33 +0000 (10:24 -0400)]
Position demos: Coding standards.

14 years agoEffects .hide() demos: Coding standards.
Scott González [Fri, 10 Sep 2010 14:18:39 +0000 (10:18 -0400)]
Effects .hide() demos: Coding standards.

14 years agoDroppable demos: Coding standards.
Scott González [Fri, 10 Sep 2010 13:38:42 +0000 (09:38 -0400)]
Droppable demos: Coding standards.

14 years agoDraggable demos: Coding standards.
Scott González [Fri, 10 Sep 2010 13:17:58 +0000 (09:17 -0400)]
Draggable demos: Coding standards.

14 years agoDialog demos: Coding standards.
Scott González [Fri, 10 Sep 2010 13:01:54 +0000 (09:01 -0400)]
Dialog demos: Coding standards.

14 years agoDatepicker demos: Coding standards.
Scott González [Fri, 10 Sep 2010 12:50:53 +0000 (08:50 -0400)]
Datepicker demos: Coding standards.

14 years agoButton demos: Coding standards.
Scott González [Fri, 10 Sep 2010 02:43:06 +0000 (22:43 -0400)]
Button demos: Coding standards.

14 years agoDemos: Cleanup.
Scott González [Fri, 10 Sep 2010 02:33:09 +0000 (22:33 -0400)]
Demos: Cleanup.

14 years agoAutocomplete demos: Coding standards.
Scott González [Fri, 10 Sep 2010 02:24:52 +0000 (22:24 -0400)]
Autocomplete demos: Coding standards.

14 years agoEffects demos (partial): Coding standards.
Scott González [Fri, 10 Sep 2010 01:56:28 +0000 (21:56 -0400)]
Effects demos (partial): Coding standards.

14 years agoAccordion demos: Coding standards.
Scott González [Fri, 10 Sep 2010 01:35:00 +0000 (21:35 -0400)]
Accordion demos: Coding standards.

14 years agodatepicker: changed parseDate to be case insensitive. Fixed #6036 - datepicker: parse...
AndrewNewcomb [Thu, 9 Sep 2010 13:31:45 +0000 (21:31 +0800)]
datepicker: changed parseDate to be case insensitive. Fixed #6036 - datepicker: parseDate is case sensitive.

14 years agoCore: Avoid layout bug in IE with minHeight support test.
Scott González [Tue, 7 Sep 2010 18:06:07 +0000 (14:06 -0400)]
Core: Avoid layout bug in IE with minHeight support test.

14 years agoTabs: Prevent opening a tab while panels are being animated. Fixes #4771 - Tabs:...
Christopher McCulloh [Tue, 7 Sep 2010 17:20:41 +0000 (13:20 -0400)]
Tabs: Prevent opening a tab while panels are being animated. Fixes #4771 - Tabs: Occassionally displays multiple tabs when clicked with rotate control using opacity toggle fx.

14 years agoDialog tests: Enabling in TestSwarm.
Scott González [Tue, 7 Sep 2010 16:28:36 +0000 (12:28 -0400)]
Dialog tests: Enabling in TestSwarm.

14 years agoCore: Improvements to minHeight support test. Thanks jdalton.
Scott González [Tue, 7 Sep 2010 16:15:34 +0000 (12:15 -0400)]
Core: Improvements to minHeight support test. Thanks jdalton.

14 years agoDialog: Fixed test for default title. Some browsers were returning an actual non...
Scott González [Tue, 7 Sep 2010 13:49:58 +0000 (09:49 -0400)]
Dialog: Fixed test for default title. Some browsers were returning an actual non-breaking space and some were returning the string " ".

14 years agoDialog: If the browser doesn't support minHeight, use height to set the minHeight...
Scott González [Tue, 7 Sep 2010 13:33:09 +0000 (09:33 -0400)]
Dialog: If the browser doesn't support minHeight, use height to set the minHeight. Fixes #6027 - Dialog: minHeight isn't properly handled on init in IE6.

14 years agoCore: Added $.support.minHeight. Fixes #6026 - Core: Add jQuery.support.minHeight.
Scott González [Tue, 7 Sep 2010 13:28:22 +0000 (09:28 -0400)]
Core: Added $.support.minHeight. Fixes #6026 - Core: Add jQuery.support.minHeight.

14 years agoDialog: Reduced size of dialogs in height/width tests.
Scott González [Tue, 7 Sep 2010 12:58:20 +0000 (08:58 -0400)]
Dialog: Reduced size of dialogs in height/width tests.

14 years agoTabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with an empty...
Scott González [Fri, 3 Sep 2010 17:35:05 +0000 (13:35 -0400)]
Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with an empty href are enabled in IE6/7.

14 years agoTabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for remote...
Scott González [Fri, 3 Sep 2010 15:35:10 +0000 (11:35 -0400)]
Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for remote tabs does not support foreign languages.

14 years agoPosition: Added visual test for flipping with margin and box-shadow.
Scott González [Fri, 3 Sep 2010 14:39:19 +0000 (10:39 -0400)]
Position: Added visual test for flipping with margin and box-shadow.

14 years agoPosition: Take margin into account when performing collisions. Fixes #5766 - position...
Ben Hollis [Fri, 3 Sep 2010 14:38:44 +0000 (10:38 -0400)]
Position: Take margin into account when performing collisions. Fixes #5766 - position: collision should take margin into account.

14 years agoWidget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Widget...
Scott González [Fri, 3 Sep 2010 13:49:29 +0000 (09:49 -0400)]
Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Widget: auto-destroy is broken in jQuery 1.4.

14 years agoCore tests: Enabled TestSwarm.
Scott González [Thu, 2 Sep 2010 15:54:40 +0000 (11:54 -0400)]
Core tests: Enabled TestSwarm.

14 years agoCore tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - :focusab...
Scott González [Thu, 2 Sep 2010 15:51:24 +0000 (11:51 -0400)]
Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.

14 years agoCore tests: Split .focus() test into two tests to avoid bug in IE with stop() and...
Scott González [Thu, 2 Sep 2010 15:14:00 +0000 (11:14 -0400)]
Core tests: Split .focus() test into two tests to avoid bug in IE with stop() and start().

14 years agoCore tests: Reordered some elements to avoid some bug in IE.
Scott González [Thu, 2 Sep 2010 14:38:45 +0000 (10:38 -0400)]
Core tests: Reordered some elements to avoid some bug in IE.

14 years agoPosition tests: Set a line-height on elements with a height less than 10px. Fixes...
Scott González [Thu, 2 Sep 2010 13:41:10 +0000 (09:41 -0400)]
Position tests: Set a line-height on elements with a height less than 10px. Fixes failing tests in IE6.

14 years agoDialog: Fixed a broken maxHeight test.
Scott González [Thu, 2 Sep 2010 12:41:28 +0000 (08:41 -0400)]
Dialog: Fixed a broken maxHeight test.

The size tests are fragile because they require the browser window to be large enough to contain the dialog.

14 years agoDialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - Dialog...
Scott González [Thu, 2 Sep 2010 12:35:40 +0000 (08:35 -0400)]
Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - Dialog: _isOpen flag should be set before triggering open event.

14 years agoCore: Refactored .disableSelection() and .enableSelection().
Scott González [Wed, 1 Sep 2010 13:49:18 +0000 (09:49 -0400)]
Core: Refactored .disableSelection() and .enableSelection().

14 years agoDialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: Enhanced...
Scott González [Tue, 31 Aug 2010 14:17:53 +0000 (10:17 -0400)]
Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: Enhanced Button Option.

14 years agoAutocomplete: Store term when selecting an item to prevent another search triggered...
jzaefferer [Tue, 31 Aug 2010 12:20:56 +0000 (14:20 +0200)]
Autocomplete: Store term when selecting an item to prevent another search triggered before blur. Fixes #5591 - Home and End keys trigger search

14 years agoTestsuite: Revert localhost back to swarm.jquery.org (thanks bugbegone)
jzaefferer [Mon, 30 Aug 2010 07:42:38 +0000 (09:42 +0200)]
Testsuite: Revert localhost back to swarm.jquery.org (thanks bugbegone)

14 years agoSeperated testswarm injection from testsuite extensions, to fix 'failing' testsuites...
jzaefferer [Sun, 29 Aug 2010 15:21:39 +0000 (17:21 +0200)]
Seperated testswarm injection from testsuite extensions, to fix 'failing' testsuites on TestSwarm due to unhandled errors and race conditions

14 years agoUpdate to latest QUnit.
jzaefferer [Sun, 29 Aug 2010 15:19:32 +0000 (17:19 +0200)]
Update to latest QUnit.

14 years agoAutocomplete: Combobox demo cleanup
jzaefferer [Tue, 17 Aug 2010 13:46:12 +0000 (15:46 +0200)]
Autocomplete: Combobox demo cleanup

14 years agoDialog: When using the title attribute, update the title option. Fixes #5877 - Dialog...
Scott González [Fri, 27 Aug 2010 22:02:11 +0000 (18:02 -0400)]
Dialog: When using the title attribute, update the title option. Fixes #5877 - Dialog: when using the title attribute, the title option should be updated.

14 years agoDialog: Don't return true when we don't want to cancel events. Fixes #3523 - Dialog...
Scott González [Fri, 27 Aug 2010 20:49:07 +0000 (16:49 -0400)]
Dialog: Don't return true when we don't want to cancel events. Fixes #3523 - Dialog: onclick return value ignored.

14 years agoWidget: Throw errors when calling non-existent methods or methods on uninistantiated...
Scott González [Fri, 27 Aug 2010 18:48:17 +0000 (14:48 -0400)]
Widget: Throw errors when calling non-existent methods or methods on uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.

14 years agoPosition: Handle $(document) and $(window) for the of option. Fixes #5963 - Position...
Scott González [Fri, 27 Aug 2010 17:34:14 +0000 (13:34 -0400)]
Position: Handle $(document) and $(window) for the of option. Fixes #5963 - Position: option 'of' accepts jQuery object unless it wraps document. Fixes #5655 - (Possible) Typo in jquery.ui.position 1.8.1.

14 years agoPosition: Created center variable for better minification. Fixes #5964 - Combine...
Scott González [Fri, 27 Aug 2010 17:19:51 +0000 (13:19 -0400)]
Position: Created center variable for better minification. Fixes #5964 - Combine horizontalDefault and verticalDefault to one variable - possibly named center.

14 years agoAutocomplete: Improved cache demo.
Scott González [Fri, 27 Aug 2010 16:47:19 +0000 (12:47 -0400)]
Autocomplete: Improved cache demo.

14 years agoCore: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes #5723 - disab...
Scott González [Fri, 27 Aug 2010 16:00:59 +0000 (12:00 -0400)]
Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes #5723 - disableSelection() doesn't work cross-browser.

14 years agoCore: Re-ordered functions.
Scott González [Fri, 27 Aug 2010 15:52:03 +0000 (11:52 -0400)]
Core: Re-ordered functions.

14 years agoWidget tests: Coding standards.
Scott González [Thu, 26 Aug 2010 16:05:40 +0000 (12:05 -0400)]
Widget tests: Coding standards.

14 years agoWidget: Added more unit tests.
Scott González [Thu, 26 Aug 2010 15:49:07 +0000 (11:49 -0400)]
Widget: Added more unit tests.

14 years agoWidget Tests: Coding standards.
Scott González [Thu, 26 Aug 2010 14:59:51 +0000 (10:59 -0400)]
Widget Tests: Coding standards.

14 years agoWidget: Added more unit tests.
Scott González [Thu, 26 Aug 2010 14:50:26 +0000 (10:50 -0400)]
Widget: Added more unit tests.

14 years agoAutocomplete: Abort existing ajax requests when running new searches.
Scott González [Wed, 25 Aug 2010 01:41:34 +0000 (21:41 -0400)]
Autocomplete: Abort existing ajax requests when running new searches.

14 years agoAutocomplete: Don't handle remote data if it's not the most recent request. Fixes...
Scott González [Tue, 24 Aug 2010 13:14:44 +0000 (09:14 -0400)]
Autocomplete: Don't handle remote data if it's not the most recent request. Fixes #5982 - Autocomplete: Race condition causes incorrect suggestions.

14 years agoWidget: Refactored code for re-initialization to reduce file size.
Scott González [Mon, 23 Aug 2010 19:35:49 +0000 (15:35 -0400)]
Widget: Refactored code for re-initialization to reduce file size.

14 years agoWidget: Added tests for re-initialization.
Scott González [Mon, 23 Aug 2010 19:35:28 +0000 (15:35 -0400)]
Widget: Added tests for re-initialization.

14 years agoButton: Read disabled attribute from original element if disabled option is null...
Scott González [Wed, 18 Aug 2010 18:51:30 +0000 (14:51 -0400)]
Button: Read disabled attribute from original element if disabled option is null. Fixes #5252 -Button: read disabled option from input elements.

14 years agoButtonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore buttons that...
Scott González [Wed, 18 Aug 2010 14:13:57 +0000 (10:13 -0400)]
Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore buttons that are not :visible.

14 years agoPosition: Fix flip collision. Fixes #5932 - Position: flip collision handling is...
Ben Hollis [Thu, 5 Aug 2010 06:57:19 +0000 (23:57 -0700)]
Position: Fix flip collision. Fixes #5932 - Position: flip collision handling is wrong in some cases.

14 years agoTabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.
ph-ausseil [Thu, 12 Aug 2010 03:06:41 +0000 (23:06 -0400)]
Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.

14 years agoDatepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan localization...
Scott González [Wed, 11 Aug 2010 12:33:46 +0000 (08:33 -0400)]
Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan localization for ui.datepicker.

14 years agoAutocomplete: changed menu activated function to check if the offset is greater than...
Robson Braga Araujo [Tue, 10 Aug 2010 23:23:10 +0000 (07:23 +0800)]
Autocomplete: changed menu activated function to check if the offset is greater than or equal the height. Fixed #5923 - autocomplete: Scrolling with the keyboard sometimes does not show the item (Chrome)

14 years agoAutocomplete: changed the search function to always store the last term that was...
Robson Braga Araujo [Tue, 10 Aug 2010 23:02:50 +0000 (07:02 +0800)]
Autocomplete: changed the search function to always store the last term that was entered by the user. Fixed #5922 - autocomplete: Search not triggered if the first letter is the same as the first letter of a previous erased content

14 years agoFixed broken whitespace characters and missing semicolon. Fixes #3921 - Problem with...
Scott González [Tue, 10 Aug 2010 22:16:44 +0000 (18:16 -0400)]
Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Problem with JavaScriptPacker.

14 years agoEffects: Fix show/hide/toggle test for using core functions. Fixed: #5456 - show...
malsup [Sun, 8 Aug 2010 20:43:02 +0000 (04:43 +0800)]
Effects: Fix show/hide/toggle test for using core functions.  Fixed: #5456 - show() function broken with "normal" speed

14 years agoUpdating the master version to 1.9pre
Scott González [Fri, 6 Aug 2010 00:13:16 +0000 (20:13 -0400)]
Updating the master version to 1.9pre

14 years agoTagging the 1.8.4 release. 1.8.4
Scott González [Fri, 6 Aug 2010 00:12:31 +0000 (20:12 -0400)]
Tagging the 1.8.4 release.

14 years agoBuild: Force headered files to be copied to minified directory. Fixes #5904 - Build...
Scott González [Thu, 5 Aug 2010 16:52:50 +0000 (12:52 -0400)]
Build: Force headered files to be copied to minified directory. Fixes #5904 - Build: sometimes headered files aren't copied to minified directory.

14 years agoBuild: Strip newlines when loading release.version property from version.txt
jzaefferer [Thu, 5 Aug 2010 16:03:05 +0000 (18:03 +0200)]
Build: Strip newlines when loading release.version property from version.txt

14 years agoAutocomplete: Handle clicks outside the autocomplete after scrolling the results...
Scott González [Thu, 5 Aug 2010 12:51:54 +0000 (08:51 -0400)]
Autocomplete: Handle clicks outside the autocomplete after scrolling the results (which causes the body to gain focus). Fixes #5903 - Autocomplete doesn't close after scrolling.

14 years agoAutocomplete: Don't reset text field value on blur unless it will actually change...
Scott González [Wed, 4 Aug 2010 17:26:42 +0000 (13:26 -0400)]
Autocomplete: Don't reset text field value on blur unless it will actually change the value. Fixes #5900 - Autocomplete: mousing over menu option replaces text box contents, moves caret.

14 years agoDatepicker: use a setTimeout 0 so the same code can run in IE (as other browsers...
Richard D. Worth [Wed, 4 Aug 2010 09:39:54 +0000 (02:39 -0700)]
Datepicker: use a setTimeout 0 so the same code can run in IE (as other browsers) to set focus back to the datepicker text input if a month or year drop-down is clicked closed. Fixes #5897 - Datepicker: inconsistent behavior in IE when click to close month and year drop-downs

14 years agoUpdating the master version to 1.9pre
Scott González [Wed, 4 Aug 2010 01:05:08 +0000 (21:05 -0400)]
Updating the master version to 1.9pre

14 years agoTagging the 1.8.3 release. 1.8.3
Scott González [Wed, 4 Aug 2010 01:04:25 +0000 (21:04 -0400)]
Tagging the 1.8.3 release.

14 years agoDialog: modified so that minWidth is respected. Fixes #5531 - dialog width should...
Ziling Zhao [Mon, 19 Apr 2010 22:42:34 +0000 (15:42 -0700)]
Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width should be at least minWidth on creation.

14 years agoAutocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget keeps...
Scott González [Fri, 30 Jul 2010 16:59:33 +0000 (12:59 -0400)]
Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget keeps looking for remote data even when it's disabled.

14 years agoRevert "Use pushStack in widget method. Fixes #5732 - make the widget method maintain...
Scott González [Fri, 30 Jul 2010 16:38:18 +0000 (12:38 -0400)]
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack"

This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.

14 years agoUpdate to latest QUnit.
jzaefferer [Fri, 30 Jul 2010 12:39:54 +0000 (14:39 +0200)]
Update to latest QUnit.