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.
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.
Scott González [Thu, 14 Mar 2013 23:08:21 +0000 (19:08 -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
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.