Documentation

UI/Changelog/1.8.11

From jQuery JavaScript Library

Jump to: navigation, search

Contents

Summary

This is the eleventh maintenance release for jQuery UI 1.8.

Core & Utilities

  • Updated jQuery to version 1.5.1

Mouse

  • Fixed: click event suppressed after drag in Gecko. (#6946, 15aec63)

Interactions

Draggable

  • Fixed: connectToSortable misbehaves if the position of the sortable changes after the sortable and draggable have been initialised as _refreshItems no longer updating container cache. (#5563, 6fcdff1)
  • Fixed: Draggable li with connectToSortable option cannot be dropped on the connected sortable ol. (#5811, 6fcdff1)
  • Fixed: Draggable with parent containment and margin. (#7084, a067dfa)

Droppable

  • Fixed: If activeClass changes the geometry of a droppable, then dnd uses the wrong geometry. (#7104, c5b0a86)

Sortable

Widgets

Accordion

Autocomplete

  • Added: Option to automatically highlight the first result. (#7032, 779df65)
  • Fixed: jQuery UI Autocomplete Documentation Does not Show Position As an Option. (#6933)

Button

  • Fixed: .last() used in ui.button but does not exist in jQuery 1.3. (#7089, 6bbc431)
  • Fixed: Button creation that requires a matching label does not find label in all cases. (#7092, 2d6ad06)
  • Fixed: Button class change breaks icon only buttons. (#7040, c9bbd9a)

Datepicker

  • Fixed: Arabic month name has March in place of May. (#7055, bfb5582)
  • Added: Tajikistan localization. (#7034, 9851398)
  • Fixed: Reformat minDate/maxDate when dateFormat changes. (#7009, 12d38b1)

Effects

  • Fixed: Easing demo only first click is working. (#7086, 6bd5c08)