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
David Petersen [Thu, 24 Jan 2013 01:12:25 +0000 (19:12 -0600)]
Dialog: Don't handle overlays on destory if there are not any. Fixed: #9004 - failed in _destroyOverlay when I destroy a modal dialog thau was never opened. Fixed: #9000 Dialog leaves broken event handler after close/destroy in certain cases
Mike Sherov [Fri, 11 Jan 2013 02:02:28 +0000 (21:02 -0500)]
Tooltip: Avoid errors on mouseover of tooltips with parents that have no title attribute. Fixes #8955 - Tooltip: error when parent element has no title attribute using jQuery <1.7
This corrects a failing test with core 1.6, so no new test is required.