]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
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.

14 years agoUse pushStack in widget method. Fixes #5732 - make the widget method maintain the...
jzaefferer [Fri, 30 Jul 2010 12:26:58 +0000 (14:26 +0200)]
Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack

14 years agoReplace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Use $...
jzaefferer [Fri, 30 Jul 2010 12:04:11 +0000 (14:04 +0200)]
Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Use $.data instead of .data for performance reasons

14 years agoAdded widget to unit tests index page.
jzaefferer [Fri, 30 Jul 2010 12:02:55 +0000 (14:02 +0200)]
Added widget to unit tests index page.

14 years agoImproving visual testcase for position. Partial fix for #5284 - Position: Smarter...
jzaefferer [Fri, 30 Jul 2010 09:33:49 +0000 (11:33 +0200)]
Improving visual testcase for position. Partial fix for #5284 - Position: Smarter collision detection

14 years agoDialog: Wrap buttons in a div so we can float the div instead of the individual butto...
Scott González [Fri, 30 Jul 2010 00:56:28 +0000 (20:56 -0400)]
Dialog: Wrap buttons in a div so we can float the div instead of the individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab.

14 years agoProgressbar: cleanup.
Scott González [Thu, 29 Jul 2010 09:38:24 +0000 (05:38 -0400)]
Progressbar: cleanup.

14 years agoProgressbar resize demo: Added missing mouse dependency. Fixes #5873 - Progressbar...
Scott González [Thu, 29 Jul 2010 09:32:04 +0000 (05:32 -0400)]
Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - Progressbar: resize demo is broken.

14 years agoTabs: coding standard.
Scott González [Wed, 28 Jul 2010 15:56:54 +0000 (11:56 -0400)]
Tabs: coding standard.

14 years agoTabs: coding standards.
Scott González [Wed, 28 Jul 2010 15:28:14 +0000 (11:28 -0400)]
Tabs: coding standards.

14 years agoAdded position plugin to demo pages that use dialogs.
Scott González [Wed, 28 Jul 2010 00:46:39 +0000 (20:46 -0400)]
Added position plugin to demo pages that use dialogs.

14 years agoDatepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar localiza...
Scott González [Tue, 27 Jul 2010 21:59:37 +0000 (17:59 -0400)]
Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar localization demo.

14 years agoAccordion: minor cleanup.
Scott González [Tue, 27 Jul 2010 21:23:00 +0000 (17:23 -0400)]
Accordion: minor cleanup.

14 years agoCore Tests: Fixed image reference.
Scott González [Thu, 22 Jul 2010 23:27:37 +0000 (19:27 -0400)]
Core Tests: Fixed image reference.

14 years agoCore: Coding standards.
Scott González [Thu, 22 Jul 2010 23:26:37 +0000 (19:26 -0400)]
Core: Coding standards.

14 years agoAccordion: Coding standards.
Scott González [Thu, 22 Jul 2010 23:10:14 +0000 (19:10 -0400)]
Accordion: Coding standards.

14 years agoAutocomplete: Removed selection handling in IE. No longer needed now that autocomplet...
Scott González [Thu, 22 Jul 2010 18:55:41 +0000 (14:55 -0400)]
Autocomplete: Removed selection handling in IE. No longer needed now that autocomplete ensures that the cursor is placed at the end of the field on select.

14 years agoCore: Better support for areas in :focusable and :tabbable selectors. Partial fix...
Scott González [Thu, 22 Jul 2010 14:33:42 +0000 (10:33 -0400)]
Core: Better support for areas in :focusable and :tabbable selectors. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.

14 years agoCore: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fixes ...
Scott González [Thu, 22 Jul 2010 02:17:52 +0000 (22:17 -0400)]
Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters.

14 years agoCore: Fixed :focusable and :tabbable selectors for to work with :hidden and :visibile...
Scott González [Thu, 22 Jul 2010 02:10:16 +0000 (22:10 -0400)]
Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.

14 years agoAutocomplete: Fixed bad reference to ownerDocument.
Scott González [Wed, 21 Jul 2010 18:56:15 +0000 (14:56 -0400)]
Autocomplete: Fixed bad reference to ownerDocument.

14 years agoAutocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo option.
Scott González [Wed, 21 Jul 2010 18:54:20 +0000 (14:54 -0400)]
Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo option.

14 years agoCore: Removed tests for .attr() ARIA override since the override no longer exists.
Scott González [Wed, 21 Jul 2010 15:25:33 +0000 (11:25 -0400)]
Core: Removed tests for .attr() ARIA override since the override no longer exists.

14 years agoRevert "Dialog: Don't set specific dimensions on the overlay - let it expand based...
Scott González [Wed, 21 Jul 2010 12:01:06 +0000 (08:01 -0400)]
Revert "Dialog: Don't set specific dimensions on the overlay - let it expand based on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar."

This reverts commit b548d34e14421176be49d218f40feb18c5bc8f49.

14 years agoDialog: Don't set specific dimensions on the overlay - let it expand based on 100...
Scott González [Wed, 21 Jul 2010 02:05:05 +0000 (22:05 -0400)]
Dialog: Don't set specific dimensions on the overlay - let it expand based on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar.

14 years agoTabs: Added tests for select event.
Scott González [Wed, 21 Jul 2010 00:51:09 +0000 (20:51 -0400)]
Tabs: Added tests for select event.

14 years agoAccordion: Use this.headers instead of parsing the DOM to find headers when determini...
Scott González [Tue, 20 Jul 2010 20:13:44 +0000 (16:13 -0400)]
Accordion: Use this.headers instead of parsing the DOM to find headers when determining which panel is active. Fixes #5841 - Accordion active property inaccurate if nested accordion is present.

14 years agoAutocomplete: Prevent the default behavior of pressing enter when the menu is open...
Scott González [Tue, 20 Jul 2010 19:13:54 +0000 (15:13 -0400)]
Autocomplete: Prevent the default behavior of pressing enter when the menu is open, even if no item is active. Partial fix for #5757 - Autocomplete combobox issues.

14 years agoAutocomplete (combobox demo): Set intial value of text field based on value of select...
Scott González [Tue, 20 Jul 2010 18:49:14 +0000 (14:49 -0400)]
Autocomplete (combobox demo): Set intial value of text field based on value of select element. Partial fix for #5757 - Autocomplete combobox issues.

14 years agoAutocomplete (combobox demo): Detect valid entries when typed, but not selected from...
Scott González [Tue, 20 Jul 2010 18:35:54 +0000 (14:35 -0400)]
Autocomplete (combobox demo): Detect valid entries when typed, but not selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values.

14 years agoAutcomplete: Refactored combobox demo.
Scott González [Tue, 20 Jul 2010 18:20:46 +0000 (14:20 -0400)]
Autcomplete: Refactored combobox demo.

14 years agoAutocomplete: Clear selectedItem property whenever the user types something. Also...
Scott González [Tue, 20 Jul 2010 17:24:53 +0000 (13:24 -0400)]
Autocomplete: Clear selectedItem property whenever the user types something. Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values.

14 years agoAutocomplet: refactored handling of menu's selected event.
Scott González [Tue, 20 Jul 2010 16:10:58 +0000 (12:10 -0400)]
Autocomplet: refactored handling of menu's selected event.

14 years agoAutocompelte: Only run a search if the value has changed; switching from a blacklist...
Scott González [Tue, 20 Jul 2010 15:47:34 +0000 (11:47 -0400)]
Autocompelte: Only run a search if the value has changed; switching from a blacklist of keys to ignore. Fixes #5716 - autocomplete triggered when field copied with ctrl-c.

14 years agoMerge remote branch 'origin/master'
jzaefferer [Tue, 20 Jul 2010 11:58:10 +0000 (13:58 +0200)]
Merge remote branch 'origin/master'

14 years agoAutocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: Support...
Scott González [Tue, 20 Jul 2010 01:53:19 +0000 (21:53 -0400)]
Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: Support for accent-folding.

14 years agoAutocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are not html...
Scott González [Mon, 19 Jul 2010 19:45:30 +0000 (15:45 -0400)]
Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are not html-encoded.

As noted in the ticket, it's probably better to default to unstyled items to prevent problems. Users can still implement their own rendering method as shown in the custom data and display demo.

14 years agoAutocompelte demos: Renamed the scrollable demo so the title fits on one line in...
Scott González [Mon, 19 Jul 2010 19:35:47 +0000 (15:35 -0400)]
Autocompelte demos: Renamed the scrollable demo so the title fits on one line in the sidebar.

14 years agoAutocomplete: Don't update the value of the text field until after setting focus...
Scott González [Mon, 19 Jul 2010 18:36:40 +0000 (14:36 -0400)]
Autocomplete: Don't update the value of the text field until after setting focus. Fixes #5639 - Cursor jumps to beginning on select.

14 years agoAutocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document...
Scott González [Mon, 19 Jul 2010 18:17:44 +0000 (14:17 -0400)]
Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document and demo a scrolling menu.

14 years agoAutocomplete demos: Added more programming languages and alphabetized.
Scott González [Mon, 19 Jul 2010 18:10:37 +0000 (14:10 -0400)]
Autocomplete demos: Added more programming languages and alphabetized.

14 years agoMenu: Only look for .ui-menu-item elements to determine if a menu item is the first...
Scott González [Mon, 19 Jul 2010 15:51:05 +0000 (11:51 -0400)]
Menu: Only look for .ui-menu-item elements to determine if a menu item is the first or last element in the menu. Fixes #5528 - Autocomplete: Issue when try to navigate using up key by keyboard in IE6.

14 years agoMenu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #5691 -...
Scott González [Mon, 19 Jul 2010 15:22:32 +0000 (11:22 -0400)]
Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #5691 - wrong menu size calculation in webkit browsers (Autocomplete).

14 years agoAutocomplete: Moved all demo images into /demos/autocomplete/images.
Scott González [Mon, 19 Jul 2010 14:06:07 +0000 (10:06 -0400)]
Autocomplete: Moved all demo images into /demos/autocomplete/images.

14 years agoAutocomplete: Removed styling for .ui-autocomplete-loading from the theme - added...
Scott González [Mon, 19 Jul 2010 13:41:21 +0000 (09:41 -0400)]
Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results.

We will need to undo this change when ThemeRoller supports generating loading images.

14 years agoAutocomplete: Added position option. Fixes #5153 - Autocomplete position option.
Scott González [Mon, 19 Jul 2010 13:28:04 +0000 (09:28 -0400)]
Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.

14 years agoTabs: Fixed select method handling for index of -1.
Scott González [Sat, 17 Jul 2010 22:50:47 +0000 (18:50 -0400)]
Tabs: Fixed select method handling for index of -1.

14 years agoTabs: Updated tests.
Scott González [Sat, 17 Jul 2010 00:20:28 +0000 (20:20 -0400)]
Tabs: Updated tests.

14 years agoTabs: Fixed a broken commit for #3171.
Tiago Freire [Fri, 16 Jul 2010 21:10:57 +0000 (18:10 -0300)]
Tabs: Fixed a broken commit for #3171.

14 years agoDialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - On open...
Scott González [Fri, 16 Jul 2010 20:57:04 +0000 (16:57 -0400)]
Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - On open, the first tabbable element inside the dialog was never being focused in favor of the dialog container.

14 years agoSortable: Return an empty URL param for empty sortable lists. Fixed #5794 - sortable...
Holger Rüprich [Sun, 4 Jul 2010 22:29:09 +0000 (06:29 +0800)]
Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - sortable("serialize", {key: "foo[]"}) returns an empty string for an empty list