jQuery UI 1.11.2 Changelog


Released on October 16, 2014

link Build

link Core & Utilities

link Mouse

  • Fixed: Only detect out of document mouseups after a mousemove (#7778, e12e3e1)

link Widget Factory

  • Fixed: Avoid memory leaks when unbinding events with ._off() (#10056, b397294)

link Interactions

link Draggable

  • Fixed: Check all parents for fixed positioning when scrolling (#9612, df7e32f)
  • Fixed: Offset differs between start and drag events (#6884, b5846be)
  • Fixed: Only change focus in draggable if the event occurs on a handle (#10527, 075421d, d10440f)
  • Fixed: Ensure overflow:visible containments are correctly measured (#7016, 48ea2aa)
  • Fixed: Account for margins when snapping (#9724, 2d03839)
  • Fixed: Set explicit width/height instead of right/bottom CSS. (#7772, #7430, 8eca7b8)
  • Fixed: Ensure helper is positioned even if its the element itself (#9446, 451dded)
  • Fixed: Animation issue with revert and connectToSortable (#9675, 27ed207, a611dd8)
  • Fixed: No cloning in connectToSortable and ensure correct position (#7734, #8809, 95546c5)
  • Fixed: Append divs to iframe parent for iframefix (#9671, c7bec85)
  • Fixed: Ensure sortable revert still works after draggable is removed (#9481, e8c99b9)

link Droppable

  • Fixed: Account for draggable margins when detecting hover (#6876, 4dad6bb)

link Sortable

  • Fixed: cancelHelperRemoval only considers helper, not placeholder (#9675, 52a1de5)
  • Fixed: Fire over and out even when a connectWith hasn't changed (#9335, 1cfebf8)

link Widgets

link Accordion

link Datepicker

link Menu

  • Added: Demo showing how to create category headers (1c08e88)
  • Fixed: Item is hovered when navigating with keyboard (#10458, ddc666c)
  • Fixed: Typeahead now accounts for leading whitespace (#10649, c48b18b)
  • Fixed: Maintain focus on already selected item during typeahead (#10644, 6b6b49f)
  • Fixed: Filter out non-items when typing (#10571, e3e5a9f)

link Selectmenu

  • Fixed: Preserve text selection and button focus on click (#10639, d4a437e)

link Slider

  • Fixed: Don't allow a slider's value to exceed its max (#9376, 6833a31)

link Tabs

link Tooltips

  • Fixed: Properly track hiding and closing for delegated tooltips (#10602, 8825d93)