Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 2.8 KB

1.8.16.md

File metadata and controls

51 lines (29 loc) · 2.8 KB
<script>{ "title": "jQuery UI 1.8.16 Changelog" }</script>

Released on August 15, 2011

Core & Utilities

Mouse

Widget Factory

  • Fixed: jQuery.data throws a script error in certain circumstances. (#7510, c7c5b6b)

Interactions

Draggable

  • Fixed: iframeFix always runs with old versions of jQuery. (#7632, 930c650)

Droppable

  • Fixed: Droppable fails on a.element.parentsuntil. (#7530, 7b3e6a8)

Widgets

Button

  • Fixed: Button label selector omits quotes / fails for ids with ":". (#7534, 07d5271)

Datepicker

  • Added: Ability to stop datepicker from appearing with beforeShow event handler. (#7602, 1b5af10)
  • Fixed: DatePicker reappears after selection in ie8. (#7623, 7c15d3c)
  • Fixed: onSelect triggered too often. (#7618, 3e98e73)
  • Fixed: "Maximum call stack size exceeded" when selecting date in range demo. (#7629, 3e98e73)

Dialog

  • Fixed: Pressing ESC on dialog when 2 dialogs are open closes both dialogs. (#6966, abf97f7)

Effects

  • Fixed: Wrapper-creating jquery-ui animations will discard any focus state during the animation. (#7595, 82df692)

Website

  • Fixed: XSS jqueryui.com/demos. (#7616)