Commits on Sep 4, 2012

  1. 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.
    scottgonzalez committed Sep 4, 2012

Commits on Sep 5, 2012

  1. Menu: Don't move focus from the active item on click. Fixes #8552 - s…

    …elected value overwritten/not correctly set.
    scottgonzalez committed Sep 5, 2012

Commits on Sep 6, 2012

  1. Tooltip tests: Fixed typo

    kborchers committed Sep 6, 2012
  2. Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFi…

    …x option leaves iframes in DOM when using a selector.
    jscheel authored and scottgonzalez committed Sep 6, 2012

Commits on Sep 7, 2012

Commits on Sep 10, 2012

  1. Demos: Cleanup.

    scottgonzalez committed Sep 10, 2012

Commits on Sep 11, 2012

Commits on Sep 12, 2012

  1. Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui…

    … tabs: wrong default active li if ul contains extraneous elements.
    scottgonzalez committed Sep 12, 2012

Commits on Sep 19, 2012

Commits on Sep 20, 2012

Commits on Sep 21, 2012

Commits on Sep 24, 2012

  1. 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
    jzaefferer committed Sep 24, 2012

Commits on Sep 26, 2012

  1. Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-wi…

    …dget :active { outline: none; } causes slowness in FF.
    scottgonzalez committed Sep 26, 2012
  2. Updated docs URLS.

    scottgonzalez committed Sep 26, 2012

Commits on Sep 29, 2012

  1. grunt testswarm: Job name consistent with other jquery repos.

    With hash symbol in front of link and 10-char commit hash.
    Krinkle committed Sep 29, 2012
  2. Updated AUTHORS.txt.

    scottgonzalez committed Sep 29, 2012

Commits on Oct 1, 2012

  1. 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.
    scottgonzalez committed Oct 1, 2012
  2. Accordion: New approach to synchronizing animations. Fixes #4178 - Ac…

    …cordion animation a bit jumpy in some browsers.
    scottgonzalez committed Oct 1, 2012
  3. Accordion: Only adjust height animations for heightStyle: content. Fi…

    …x tests that punch .animate().
    scottgonzalez committed Oct 1, 2012

Commits on Oct 2, 2012

  1. Autocomplete cache demo: Let the widget handle request synchronizatio…

    …n. Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync.
    scottgonzalez committed Oct 2, 2012

Commits on Oct 4, 2012

  1. Grunt/testswarm: Undo the change from 6e55168 to see if its responsib…

    …le for the position errors in IE8
    jzaefferer committed Oct 4, 2012
  2. 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
    jzaefferer committed Oct 4, 2012
  3. Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8…

    …622 - Tooltip tracks mouse when the element has focus.
    scottgonzalez committed Oct 4, 2012
  4. typo

    scottgonzalez committed Oct 4, 2012

Commits on Oct 5, 2012

  1. 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.
    scottgonzalez committed Oct 5, 2012
  2. Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy…

    … method is not clearing up the data properties.
    scottgonzalez committed Oct 5, 2012

Commits on Oct 8, 2012

  1. Demos: Fixed titles.

    scottgonzalez committed Oct 8, 2012

Commits on Oct 9, 2012

  1. Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.…

    …0 dialog on a XHTML page is broken if buttons are defined
    rdworth committed Oct 9, 2012
  2. 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.
    scottgonzalez committed Oct 9, 2012

Commits on Oct 10, 2012

  1. 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.
    zhizhangchen authored and scottgonzalez committed Oct 10, 2012
  2. Draggable: Fix a bug when dragging into nested sortables there are du…

    …plicated placeholders. Fixes #7777 - Draggable and Nested Sortables bug.
    zhizhangchen authored and scottgonzalez committed Oct 10, 2012
  3. 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
    zhizhangchen authored and scottgonzalez committed Oct 10, 2012

Commits on Oct 11, 2012

  1. Theme: Apply color to default link style in ui-state-hover. Fixes #76…

    …48 - Accordion Collapsed Color Issue.
    scottgonzalez committed Oct 11, 2012
  2. Whitespace.

    scottgonzalez committed Oct 11, 2012
  3. Datepicker demo: Fixed date range restriction when clearing dates. Fi…

    …xes #5473 - Datepicker: Date range demo bug when clearing date.
    scottgonzalez committed Oct 11, 2012
  4. Autocomplete: Set the top position of the menu so that the menu doesn…

    …'t affect layout. Fixes #8656 - Initial position of autocomplete is incorrect.
    scottgonzalez committed Oct 11, 2012

Commits on Oct 12, 2012

  1. 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.
    scottgonzalez committed Oct 12, 2012