Dialog: Only bind focus-trapping event once. Fixes #8551 - After repe…
…ated opening and closing of a modal dialog, focus navigation using tab becomes slow.
Menu: Don't move focus from the active item on click. Fixes #8552 - s…
…elected value overwritten/not correctly set.
Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFi…
…x option leaves iframes in DOM when using a selector.
Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui…
… tabs: wrong default active li if ul contains extraneous elements.
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
Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-wi…
…dget :active { outline: none; } causes slowness in FF.grunt testswarm: Job name consistent with other jquery repos.
With hash symbol in front of link and 10-char commit hash.
Dialog: Don't try to place the dialog next to itself on destroy. Fixe…
…s #8613 - Destroying a dialog removes the original element from the DOM.
Accordion: New approach to synchronizing animations. Fixes #4178 - Ac…
…cordion animation a bit jumpy in some browsers.
Accordion: Only adjust height animations for heightStyle: content. Fi…
…x tests that punch .animate().
Autocomplete cache demo: Let the widget handle request synchronizatio…
…n. Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync.
Grunt/testswarm: Undo the change from 6e55168 to see if its responsib…
…le for the position errors in IE8
Revert "Grunt/testswarm: Undo the change from 6e55168 to see if its r…
…esponsible for the position errors in IE8" This reverts commit a8f5e3c. Did not have any effect on TestSwarm
Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8…
…622 - Tooltip tracks mouse when the element has focus.
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.
Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy…
… method is not clearing up the data properties.
Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.…
…0 dialog on a XHTML page is broken if buttons are defined
Tabs: Handle extraneous list items when using ui-tabs-active to set t…
…he initially active tab. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.
Sortable: Fix a bug of removing an item while iterating an array. Fix…
…es #8571 - Out of range problem in when dragging a nested sortable.
Draggable: Fix a bug when dragging into nested sortables there are du…
…plicated placeholders. Fixes #7777 - Draggable and Nested Sortables bug.
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
Theme: Apply color to default link style in ui-state-hover. Fixes #76…
…48 - Accordion Collapsed Color Issue.
Datepicker demo: Fixed date range restriction when clearing dates. Fi…
…xes #5473 - Datepicker: Date range demo bug when clearing date.
Autocomplete: Set the top position of the menu so that the menu doesn…
…'t affect layout. Fixes #8656 - Initial position of autocomplete is incorrect.
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.