]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoSpinner: Remove ui-state- classes from spinner, along with the background:none TR...
Jörn Zaefferer [Fri, 12 Oct 2012 08:36:56 +0000 (10:36 +0200)]
Spinner: Remove ui-state- classes from spinner, along with the background:none TR override. Fixes #8654 - Spinner background-color

12 years agoResizable: Use .insertAfter() instead of .after() to avoid recursively destroying...
Scott González [Sat, 13 Oct 2012 18:50:51 +0000 (14:50 -0400)]
Resizable: Use .insertAfter() instead of .after() to avoid recursively destroying. Fixes #8662 - Infinite loop - new to jQuery UI 1.9.0.

12 years agoTooltip: Change the default items selector to exclude disabled elements. Fixes #8661...
Scott González [Sat, 13 Oct 2012 00:26:47 +0000 (20:26 -0400)]
Tooltip: Change the default items selector to exclude disabled elements. Fixes #8661 - Tooltip doesn't hide on disabled anchor element [IE only].

12 years agoTabs: Use aria-controls instead of the anchor's href to match against location.hash...
Scott González [Fri, 12 Oct 2012 15:07:04 +0000 (11:07 -0400)]
Tabs: Use aria-controls instead of the anchor's href to match against location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.

12 years agoAutocomplete: Set the top position of the menu so that the menu doesn't affect layout...
Scott González [Thu, 11 Oct 2012 23:06:54 +0000 (19:06 -0400)]
Autocomplete: Set the top position of the menu so that the menu doesn't affect layout. Fixes #8656 - Initial position of autocomplete is incorrect.

12 years agoUpdate AUTHORS.txt based on CLA responses. 740/head
Dave Methvin [Thu, 11 Oct 2012 20:35:57 +0000 (16:35 -0400)]
Update AUTHORS.txt based on CLA responses.

12 years agoDatepicker demo: Fixed date range restriction when clearing dates. Fixes #5473 -...
Scott González [Thu, 11 Oct 2012 18:53:45 +0000 (14:53 -0400)]
Datepicker demo: Fixed date range restriction when clearing dates. Fixes #5473 - Datepicker: Date range demo bug when clearing date.

12 years agoWhitespace.
Scott González [Thu, 11 Oct 2012 17:21:36 +0000 (13:21 -0400)]
Whitespace.

12 years agoTheme: Apply color to default link style in ui-state-hover. Fixes #7648 - Accordion...
Scott González [Thu, 11 Oct 2012 14:36:11 +0000 (10:36 -0400)]
Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - Accordion Collapsed Color Issue.

12 years agoSortable: Calculating item distance and direction using a more robust algorithm to...
John Chen [Fri, 17 Aug 2012 08:20:45 +0000 (16:20 +0800)]
Sortable: Calculating item distance and direction using a more robust algorithm to better support sorting among nested sortables. Fixes #8572 - Wrong placeholder positions. Fixes #8573 - Can't drag an item out of an inner sortable. Fixes #8574 - Hard to put an item between two inner sortables.

Use the item which has the least distance between the mouse
pointer and one of its borders to rearrange, with direction being
determined by the nearest border.
Also we use this algorithm to rearrange even when currentContainer
is not changed to override the defective rearrangment in
_mouseDrag

12 years agoDraggable: Fix a bug when dragging into nested sortables there are duplicated placeho...
John Chen [Thu, 13 Sep 2012 04:10:01 +0000 (12:10 +0800)]
Draggable: Fix a bug when dragging into nested sortables there are duplicated placeholders. Fixes #7777 - Draggable and Nested Sortables bug.

12 years agoSortable: Fix a bug of removing an item while iterating an array. Fixes #8571 - Out...
John Chen [Wed, 12 Sep 2012 09:37:04 +0000 (17:37 +0800)]
Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571 - Out of range problem in when dragging a nested sortable.

12 years agoRemove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.
Scott González [Wed, 10 Oct 2012 15:45:48 +0000 (11:45 -0400)]
Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.

12 years agoTabs: Handle extraneous list items when using ui-tabs-active to set the initially...
Scott González [Tue, 9 Oct 2012 13:06:58 +0000 (09:06 -0400)]
Tabs: Handle extraneous list items when using ui-tabs-active to set the initially active tab. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.

12 years agoDialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 dialog on...
Richard D. Worth [Tue, 9 Oct 2012 12:41:18 +0000 (08:41 -0400)]
Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 dialog on a XHTML page is broken if buttons are defined

12 years agoDemos: Fixed titles.
Scott González [Mon, 8 Oct 2012 21:42:56 +0000 (17:42 -0400)]
Demos: Fixed titles.

12 years agoUpdating the master version to 1.9.1pre.
Scott González [Fri, 5 Oct 2012 18:52:15 +0000 (14:52 -0400)]
Updating the master version to 1.9.1pre.

12 years agoTooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method is not...
Scott González [Fri, 5 Oct 2012 16:52:02 +0000 (12:52 -0400)]
Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method is not clearing up the data properties.

12 years agoTooltip: Check if event exists before checking properties in open(). Fixes #8626...
Scott González [Fri, 5 Oct 2012 15:26:49 +0000 (11:26 -0400)]
Tooltip: Check if event exists before checking properties in open(). Fixes #8626 - Programatically opening a tooltip with out giving an event results in a javascript error.

12 years agoBuild: Generate quick download in release script.
Scott González [Thu, 4 Oct 2012 20:48:42 +0000 (16:48 -0400)]
Build: Generate quick download in release script.

12 years agotypo
Scott González [Thu, 4 Oct 2012 15:59:11 +0000 (11:59 -0400)]
typo

12 years agoBuild: Throw an Error object instead of a string.
Scott González [Thu, 4 Oct 2012 15:16:13 +0000 (11:16 -0400)]
Build: Throw an Error object instead of a string.

12 years agoTooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - Tooltip...
Scott González [Thu, 4 Oct 2012 15:13:14 +0000 (11:13 -0400)]
Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - Tooltip tracks mouse when the element has focus.

12 years agoRevert "Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f...
Jörn Zaefferer [Thu, 4 Oct 2012 12:45:01 +0000 (14:45 +0200)]
Revert "Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f3 to see if its responsible for the position errors in IE8"

This reverts commit a8f5e3c399844f82e67ffdceb29dbbfb0e1314db.

Did not have any effect on TestSwarm

12 years agoGrunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f3 to...
Jörn Zaefferer [Thu, 4 Oct 2012 12:05:52 +0000 (14:05 +0200)]
Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f3 to see if its responsible for the position errors in IE8

12 years agoUpdate lint task to include the release script.
Scott González [Thu, 4 Oct 2012 01:23:20 +0000 (21:23 -0400)]
Update lint task to include the release script.

12 years agoBuild: Fixed core.json syntax.
Scott González [Tue, 2 Oct 2012 15:05:32 +0000 (11:05 -0400)]
Build: Fixed core.json syntax.

12 years agoAutocomplete cache demo: Let the widget handle request synchronization. Fixes #8616...
Scott González [Tue, 2 Oct 2012 14:21:52 +0000 (10:21 -0400)]
Autocomplete cache demo: Let the widget handle request synchronization. Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync.

12 years agoAccordion: Only adjust height animations for heightStyle: content. Fix tests that...
Scott González [Mon, 1 Oct 2012 20:52:54 +0000 (16:52 -0400)]
Accordion: Only adjust height animations for heightStyle: content. Fix tests that punch .animate().

12 years agoAccordion: New approach to synchronizing animations. Fixes #4178 - Accordion animatio...
Scott González [Mon, 1 Oct 2012 20:25:23 +0000 (16:25 -0400)]
Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion animation a bit jumpy in some browsers.

12 years agoDialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 - Destro...
Scott González [Mon, 1 Oct 2012 19:34:44 +0000 (15:34 -0400)]
Dialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 - Destroying a dialog removes the original element from the DOM.

12 years agoRelease: Build themes and CDN zips.
Scott González [Sat, 29 Sep 2012 20:33:30 +0000 (16:33 -0400)]
Release: Build themes and CDN zips.

12 years agoUpdated docs URLs for core files.
Scott González [Sat, 29 Sep 2012 20:32:52 +0000 (16:32 -0400)]
Updated docs URLs for core files.

12 years agoManifest: Fixed docs URL for widget factory.
Scott González [Sat, 29 Sep 2012 20:21:58 +0000 (16:21 -0400)]
Manifest: Fixed docs URL for widget factory.

12 years agoUpdated AUTHORS.txt.
Scott González [Sat, 29 Sep 2012 19:46:29 +0000 (15:46 -0400)]
Updated AUTHORS.txt.

12 years agogrunt testswarm: Job name consistent with other jquery repos. 732/head
Timo Tijhof [Sat, 29 Sep 2012 03:25:45 +0000 (05:25 +0200)]
grunt testswarm: Job name consistent with other jquery repos.

With hash symbol in front of link and 10-char commit hash.

12 years agoUpdated docs URLS.
Scott González [Wed, 26 Sep 2012 23:06:20 +0000 (18:06 -0500)]
Updated docs URLS.

12 years agoTheme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :active...
Scott González [Wed, 26 Sep 2012 16:55:03 +0000 (11:55 -0500)]
Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :active { outline: none; } causes slowness in FF.

12 years agoGrunt: New task for downloading themes using new themeroller. 730/head
Jörn Zaefferer [Thu, 13 Sep 2012 13:50:43 +0000 (15:50 +0200)]
Grunt: New task for downloading themes using new themeroller.

* Replaces the old theme tasks with generate_themes.
* Drops useless download_docs task
* Drops request module

12 years agoUpgrade jQuery to 1.8.2.
Scott González [Fri, 21 Sep 2012 01:41:47 +0000 (21:41 -0400)]
Upgrade jQuery to 1.8.2.

12 years agoBuild: Remove summary from changelog.
Scott González [Fri, 21 Sep 2012 00:36:39 +0000 (20:36 -0400)]
Build: Remove summary from changelog.

12 years agoBuild: Convert changelog to markdown.
Scott González [Fri, 21 Sep 2012 00:21:32 +0000 (20:21 -0400)]
Build: Convert changelog to markdown.

12 years agoButton demos: Fix selector since demo wrapper div was removed
Kris Borchers [Thu, 20 Sep 2012 12:39:04 +0000 (07:39 -0500)]
Button demos: Fix selector since demo wrapper div was removed

12 years agoTests: Fix padding from 4% to 2%, since width is 96%.
Rafael Xavier de Souza [Wed, 19 Sep 2012 19:26:47 +0000 (16:26 -0300)]
Tests: Fix padding from 4% to 2%, since width is 96%.

12 years agoTabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: wrong...
Scott González [Wed, 12 Sep 2012 13:28:51 +0000 (09:28 -0400)]
Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.

12 years agoWidget demo: Remove link to planning wiki.
Scott González [Tue, 11 Sep 2012 20:14:56 +0000 (16:14 -0400)]
Widget demo: Remove link to planning wiki.

12 years agoDemo: Missed one wrapper div.
Scott González [Mon, 10 Sep 2012 15:36:16 +0000 (11:36 -0400)]
Demo: Missed one wrapper div.

12 years agoDemos: Cleanup.
Scott González [Mon, 10 Sep 2012 15:33:46 +0000 (11:33 -0400)]
Demos: Cleanup.

12 years agoMenu demo: Added demo description.
Scott González [Fri, 7 Sep 2012 01:54:22 +0000 (21:54 -0400)]
Menu demo: Added demo description.

12 years agoDraggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option leaves...
Jared A. Scheel [Thu, 6 Sep 2012 16:30:11 +0000 (12:30 -0400)]
Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option leaves iframes in DOM when using a selector.

12 years agoTooltip tests: Fixed typo
Kris Borchers [Thu, 6 Sep 2012 01:37:29 +0000 (20:37 -0500)]
Tooltip tests: Fixed typo

12 years agoMenu: Don't move focus from the active item on click. Fixes #8552 - selected value...
Scott González [Wed, 5 Sep 2012 20:07:36 +0000 (16:07 -0400)]
Menu: Don't move focus from the active item on click. Fixes #8552 - selected value overwritten/not correctly set.

12 years agoDialog: Only bind focus-trapping event once. Fixes #8551 - After repeated opening...
Scott González [Tue, 4 Sep 2012 21:00:26 +0000 (17:00 -0400)]
Dialog: Only bind focus-trapping event once. Fixes #8551 - After repeated opening and closing of a modal dialog, focus navigation using tab becomes slow.

12 years agoTooltip: Allow strings for content option.
Scott González [Fri, 31 Aug 2012 19:41:45 +0000 (15:41 -0400)]
Tooltip: Allow strings for content option.

12 years agoTooltip: Update open tooltips if the content option changes. Fixes #8544 - Unable...
Scott González [Fri, 31 Aug 2012 19:38:21 +0000 (15:38 -0400)]
Tooltip: Update open tooltips if the content option changes. Fixes #8544 - Unable to update tooltip content dynamically.

12 years agoAccordion demo: Cleanup.
Scott González [Fri, 31 Aug 2012 12:57:59 +0000 (08:57 -0400)]
Accordion demo: Cleanup.

12 years agoEffects (Shake): Divide duration by number of animation steps. Fixed: #8531 - Shake...
Bernhard Sirlinger [Thu, 30 Aug 2012 15:23:07 +0000 (11:23 -0400)]
Effects (Shake): Divide duration by number of animation steps. Fixed: #8531 - Shake effect: Duration is multiplied based on number of shakes.

12 years agoTabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs with...
Scott González [Thu, 30 Aug 2012 13:44:31 +0000 (09:44 -0400)]
Tabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs with in tabs, heading appears as Loading....

12 years agoRestore QUnit's now dead feature of using jQuery to reset the fixture. Fixes tooltip...
Jörn Zaefferer [Thu, 30 Aug 2012 13:20:36 +0000 (15:20 +0200)]
Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes tooltip unit tests

12 years agoUpdate QUnit to 1.10.0
Jörn Zaefferer [Thu, 30 Aug 2012 13:10:52 +0000 (15:10 +0200)]
Update QUnit to 1.10.0

12 years agoUpdate .editorconfig with new properties
Sindre Sorhus [Tue, 28 Aug 2012 23:25:20 +0000 (01:25 +0200)]
Update .editorconfig with new properties
(cherry picked from commit cfe50f559f5d167835ad7052c1e396f18035af7f)

12 years agoDroppable: greedy children now consider only parents with same scope as parents....
Philipp Benjamin Köppchen [Mon, 27 Aug 2012 18:37:04 +0000 (20:37 +0200)]
Droppable: greedy children now consider only parents with same scope as parents. Fixed #8524 - Nested greedy droppables trigger parents events even when scopes are different

12 years agoEffects: Cleanup.
Scott González [Mon, 27 Aug 2012 21:23:30 +0000 (17:23 -0400)]
Effects: Cleanup.

12 years agoMenu: If the active element no longer exists after a refresh, blur the menu.
Scott González [Mon, 27 Aug 2012 12:05:27 +0000 (08:05 -0400)]
Menu: If the active element no longer exists after a refresh, blur the menu.

12 years agoTooltip tests: Added test for widget() method.
Scott González [Mon, 27 Aug 2012 00:21:24 +0000 (20:21 -0400)]
Tooltip tests: Added test for widget() method.

12 years agoTabs tests: Added test for widget() method.
Scott González [Mon, 27 Aug 2012 00:20:43 +0000 (20:20 -0400)]
Tabs tests: Added test for widget() method.

12 years agoWhitespace
Scott González [Mon, 27 Aug 2012 00:20:13 +0000 (20:20 -0400)]
Whitespace

12 years agoSpinner tests: Added test for widget() method.
Scott González [Mon, 27 Aug 2012 00:19:35 +0000 (20:19 -0400)]
Spinner tests: Added test for widget() method.

12 years agoProgressbar tests: Added test for widget() method.
Scott González [Mon, 27 Aug 2012 00:18:21 +0000 (20:18 -0400)]
Progressbar tests: Added test for widget() method.

12 years agoMenu tests: Added test for widget() method.
Scott González [Mon, 27 Aug 2012 00:17:36 +0000 (20:17 -0400)]
Menu tests: Added test for widget() method.

12 years agoMenu tests: re-order tests.
Scott González [Mon, 27 Aug 2012 00:16:30 +0000 (20:16 -0400)]
Menu tests: re-order tests.

12 years agoAutocomplete tests: Added test for widget() method.
Scott González [Mon, 27 Aug 2012 00:15:03 +0000 (20:15 -0400)]
Autocomplete tests: Added test for widget() method.

12 years agoAccordion tests: Added test for widget() method.
Scott González [Mon, 27 Aug 2012 00:00:36 +0000 (20:00 -0400)]
Accordion tests: Added test for widget() method.

12 years agoTests: Removed completed TODO.
Scott González [Sun, 26 Aug 2012 22:37:30 +0000 (18:37 -0400)]
Tests: Removed completed TODO.

12 years agoPosition cycler demo: Cleanup.
Scott González [Sun, 26 Aug 2012 22:21:15 +0000 (18:21 -0400)]
Position cycler demo: Cleanup.

12 years agoTooltip demo: Remove leftover styles from popup widget.
Scott González [Sun, 26 Aug 2012 22:07:04 +0000 (18:07 -0400)]
Tooltip demo: Remove leftover styles from popup widget.

12 years agoRevert "Datepicker: Modified _updateDatepicker to not update display if updated insta...
Scott González [Sun, 26 Aug 2012 21:21:23 +0000 (17:21 -0400)]
Revert "Datepicker: Modified _updateDatepicker to not update display if updated instance is not current instance." This revert fixes a more serious problem: Fixes #8522 - Calendar doesn't render when moving between datepicker controls.

This reverts commit b4ef2f7ebb1162f75d8fa3276d73e4746bcace84.

12 years agoAutocomplete: Fixed an invisible character tht lead to a failure of the function.
Pierre-Henri Ausseil [Sun, 26 Aug 2012 21:09:39 +0000 (17:09 -0400)]
Autocomplete: Fixed an invisible character tht lead to a failure of the function.

12 years agoUpdated AUTHORS.txt.
Scott González [Fri, 24 Aug 2012 12:30:54 +0000 (08:30 -0400)]
Updated AUTHORS.txt.

12 years agoDatepicker: Replace HTML entities with characters in es, fi, gl, is, it, pt-BR, pt...
Kris Borchers [Fri, 24 Aug 2012 01:25:00 +0000 (20:25 -0500)]
Datepicker: Replace HTML entities with characters in es, fi, gl, is, it, pt-BR, pt and sl i18n files. Fixes #8515 - Datepicker: Translation displays HTML entities when setting some formats

12 years agoDatepicker: Updated zh-CN, zh-HK, and zh-TW locales. Fixes #8511 - Localization Issue...
Jiayi Yang [Fri, 24 Aug 2012 01:00:29 +0000 (21:00 -0400)]
Datepicker: Updated zh-CN, zh-HK, and zh-TW locales. Fixes #8511 - Localization Issue: the monthNameShort in Chinese is wrong.

12 years agoBuild: Update link to AUTHORS.txt during release.
Scott González [Thu, 23 Aug 2012 14:27:12 +0000 (10:27 -0400)]
Build: Update link to AUTHORS.txt during release.

12 years agoCore: Whitespace.
Scott González [Thu, 23 Aug 2012 11:35:40 +0000 (07:35 -0400)]
Core: Whitespace.

12 years agoCore: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - Core: Depre...
Scott González [Thu, 23 Aug 2012 11:30:29 +0000 (07:30 -0400)]
Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - Core: Deprecate .disableSelection() and .enableSelection().

12 years agoSortable: Fixed container change detection. Fixes #5159 - Remove and receive events...
Martin Hoch [Thu, 23 Aug 2012 02:04:40 +0000 (22:04 -0400)]
Sortable: Fixed container change detection. Fixes #5159 - Remove and receive events on nested sortables.

12 years agoSortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists don't...
Martin Hoch [Thu, 23 Aug 2012 02:02:39 +0000 (22:02 -0400)]
Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists don't work properly with sortable.

12 years agoPosition: Properly handle flip collision when the window is scrolled. Fixes #8481...
Scott González [Fri, 17 Aug 2012 14:34:00 +0000 (10:34 -0400)]
Position: Properly handle flip collision when the window is scrolled. Fixes #8481 - Position in flip mode does not take into consideration scrollTop and scrollLeft.

12 years agoTabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not passing...
Scott González [Fri, 17 Aug 2012 13:08:07 +0000 (09:08 -0400)]
Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not passing data in 1.9. beta 1.

12 years agoUpgrade jQuery Color to 2.0.0. Fixes #6969 - Effects: 'borderColor' property is buggy.
Scott González [Tue, 14 Aug 2012 12:45:58 +0000 (08:45 -0400)]
Upgrade jQuery Color to 2.0.0. Fixes #6969 - Effects: 'borderColor' property is buggy.

12 years agoUpgrade jQuery to 1.8.0.
Scott González [Mon, 13 Aug 2012 13:19:09 +0000 (09:19 -0400)]
Upgrade jQuery to 1.8.0.

12 years agoDatepicker: Unescape double escaped ids when handling events. Fixes #8480 - Datepicke...
Scott González [Thu, 9 Aug 2012 20:32:16 +0000 (16:32 -0400)]
Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - Datepicker 1.8.22 escaped id does not work.

12 years agoSimplify licensing.
Scott González [Thu, 9 Aug 2012 14:13:24 +0000 (10:13 -0400)]
Simplify licensing.

12 years agoBuild: Extending testswarm timeout to 45 minutes
Corey Frang [Sun, 5 Aug 2012 15:05:44 +0000 (10:05 -0500)]
Build: Extending testswarm timeout to 45 minutes

12 years agoBuild: Include *.jquery.json files in release
Jörn Zaefferer [Thu, 2 Aug 2012 11:46:29 +0000 (13:46 +0200)]
Build: Include *.jquery.json files in release

12 years agoMouse: Don't try to unbind delegated event handlers if they don't exist. Fixes #8416...
Scott González [Tue, 31 Jul 2012 20:27:43 +0000 (16:27 -0400)]
Mouse: Don't try to unbind delegated event handlers if they don't exist. Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed.

12 years agoMenu: Open submenu on click of parent item and only close menu when clicking item...
kborchers [Tue, 31 Jul 2012 05:00:07 +0000 (00:00 -0500)]
Menu: Open submenu on click of parent item and only close menu when clicking item without submenu.

12 years agoAutocomplete: Fixed spacing.
Scott González [Mon, 30 Jul 2012 16:48:47 +0000 (12:48 -0400)]
Autocomplete: Fixed spacing.

12 years agoDatepicker: Changed body selector to document.body. Fixed #8464 - Datepicker does... 706/head
Mark Aaron Shirley [Fri, 27 Jul 2012 16:40:11 +0000 (09:40 -0700)]
Datepicker: Changed body selector to document.body. Fixed #8464 - Datepicker does not properly scope the body selector.

12 years agoTabs tests: Removed workaround for Firefox <13 passing values to setTimeout().
Scott González [Fri, 27 Jul 2012 00:35:48 +0000 (20:35 -0400)]
Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout().

12 years agoRelease: Update TODOs related to publishing generated files.
Scott González [Wed, 25 Jul 2012 14:53:31 +0000 (10:53 -0400)]
Release: Update TODOs related to publishing generated files.