jQuery UI 1.11.2 Changelog
Released on October 16, 2014
link Build
link Core & Utilities
link Mouse
link Widget Factory
link Interactions
link Draggable
- Fixed: Check all parents for fixed positioning when scrolling (#9612, df7e32f)
- Fixed: Offset differs between
start
anddrag
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
andconnectToSortable
(#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
link Sortable
- Fixed:
cancelHelperRemoval
only considershelper
, notplaceholder
(#9675, 52a1de5) - Fixed: Fire
over
andout
even when aconnectWith
hasn't changed (#9335, 1cfebf8)
link Widgets
link Accordion
link Datepicker
- Fixed:
currentText
in Greek locale (#10620, b20387a) - Fixed: Month names in Persian locale (#10562, 233f08e)
- Fixed: French locale (#10651, 02c37d3, d85016a)
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)