Mike Sherov [Sat, 23 Mar 2013 02:12:52 +0000 (04:12 +0200)]
Draggable: Handle containment set to false after init, and style improvements. Fixes #8962 - Containment doesn't properly update
(cherry picked from commit dc5254aa0703f9f7fd9d290c3078a5e9267160d9)
Jason Moon [Thu, 21 Mar 2013 14:56:39 +0000 (09:56 -0500)]
Sortable: update placeholder when axis is x or y for connected lists. Fixed #8301 - Placeholder doesn't move when using connectWith option
(cherry picked from commit f306a826a4d3b4c36c3f86cb5feeee23bb0db4c3)
Scott González [Thu, 21 Mar 2013 19:54:50 +0000 (15:54 -0400)]
Autocomplete: Insert the live region before the input. Fixes #9172 - Autocomplete: .replaceWith() fails to replace.
(cherry picked from commit ff11b69a67e0176c851ff3bdec997c7a75d47a42)
Scott González [Mon, 18 Mar 2013 17:05:57 +0000 (13:05 -0400)]
Progressbar demo (label): Use absolute positioning for the label. Fixes #9163 - Progressbar demo: Incorrect presentation with progressbar label in IE9.
(cherry picked from commit 8bf5bc8bc8322bce796a9d9c9e7dc140e3081973)
Mike Sherov [Sat, 16 Mar 2013 18:36:06 +0000 (14:36 -0400)]
Draggable: make sure snap elements are in the document before snapping. Fixes #8459 - Draggable: element can snap to an element that was removed during drag.(cherry picked from commit 9d8af804ad4cebe434d420b29467c596809a7cca)
Zbigniew Motyka [Mon, 29 Oct 2012 08:55:54 +0000 (09:55 +0100)]
Draggable: modified snapping algorithm to use edges and corners. Fixed #8165 - Draggable: Snapping doesn't take top/left into account properly(cherry picked from commit bd126a9c1cfcbc9d0fd370af25cfa0eab294fc4e)
TJ VanToll [Sat, 16 Mar 2013 15:02:57 +0000 (11:02 -0400)]
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items
(cherry picked from commit ebd5f13027b30be1cdd9e8782e81ce468dcdff5e)
Jörn Zaefferer [Fri, 21 Dec 2012 17:26:56 +0000 (18:26 +0100)]
Build: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css and grunt-html, update custom tasks. Drop qunit-junit plugin, not worth the trouble. Update release script to run grunt-prepare after npm-install.
Mike Sherov [Tue, 12 Mar 2013 01:28:51 +0000 (21:28 -0400)]
Widget: Stop setting ui-state-disabled and aria by default on setting disabled option.
Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled
Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled
Fixes #6039 - Droppable : disabled should not have ui-state-disabled
Scott González [Thu, 7 Mar 2013 17:55:00 +0000 (12:55 -0500)]
Sortable: Copy the src of the original item when creating a placeholder from an image. Fixes #5129 - Sortable: Unable to use an image as a placeholder in Firefox.
Scott González [Wed, 27 Feb 2013 16:27:44 +0000 (11:27 -0500)]
Accordion demo: Clean up hoverintent implementation to avoid using jQuery.event.handle. Thanks Drew Waddell for pointing out the use of an undocumented/deprecated method.
Scott González [Tue, 26 Feb 2013 15:36:03 +0000 (10:36 -0500)]
Effects: Delegate to core show/hide when the element is already in the correct final state. This forces the element to go through the olddisplay tracking and forces styles on elements even if they're hidden via an ancestor. Fixes #9120 - Effects: .hide() inconsistent with core with a hidden parent.
Zaven Muradyan [Sun, 24 Feb 2013 05:55:29 +0000 (21:55 -0800)]
Droppable: Changed drop event to loop over a copied array instead of the droppables directly. Fixed #9116 - Droppable: Drop event can cause droppables to remain active if any droppable is created/destroyed in the event handler.
Scott González [Fri, 22 Feb 2013 13:53:03 +0000 (08:53 -0500)]
Tabs: Use border-bottom-width instead of border-bottom to remove the border on tabs. Fixes #9111 - Tabs: Can't inherit border-bottom-color for vertical tabs.
Scott González [Wed, 20 Feb 2013 22:35:48 +0000 (17:35 -0500)]
Dialog: Extract check for which elements can gain focus into its own method for overriding. Fixes #9087 - Dialog: Allow registering elements outside a dialog for use when a modal dialog is open.
Grunt: update generate_themes task to use the new DownloadBuilder API
- DownloadBuilder accepts the config file as an option. It's not necessary
to workaround it by changing the DownloadBuilder config file anymore;
- DownloadBuilder has exposed a method to generate the theme gallery bundle;
Scott González [Sun, 3 Feb 2013 00:32:42 +0000 (19:32 -0500)]
Dialog: Don't use ._on() for modal event handlers. Fixes #9048 - Dialog: broken focusin event handler when beforeclose event of a modal opens another modal.
Scott González [Fri, 1 Feb 2013 13:59:55 +0000 (08:59 -0500)]
Dialog: Check for empty array in addition to empty object when checking if there are buttons. Fixes #9043 - Dialog: Buttonpane shown with no buttons when modifying native prototypes.
Scott González [Thu, 31 Jan 2013 22:20:19 +0000 (17:20 -0500)]
Dialog: Set the _isOpen flag immediately in open(). Fixes #8958 - Dialog: Double ui-widget-overlay when opening modal dialog triggers an event opening same dialog.
Kris Borchers [Wed, 30 Jan 2013 18:30:37 +0000 (12:30 -0600)]
Dialog: Move call to _focusTabbable and triggering of open and focus events into the _show callback. Fixes #6756 - Dialog: show: "blind" with link in content doesn't animate properly. Fixes #8051 - Dialog: 'Explode' dialog animation causes crash in IE 6, 7 and 8. Fixes #4421 - Dialog: Focus lost from dialog which uses show-effect