Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 4.19 KB

1.8.19.md

File metadata and controls

59 lines (36 loc) · 4.19 KB
<script>{ "title": "jQuery UI 1.8.19 Changelog" }</script>

Released on April 16, 2012

Core & Utilities

  • Fixed: Several components are leaking variables into the global scope. (#6979, 6fb584e)

Mouse

  • Fixed: _mouseDestroy keeps mousemove and mouseup events bound. (#8199, a76366f)

Position

  • Fixed: Demo breaks when dragging an element. (#5380, f01db5d)
  • Fixed: Documentation for flip collision says it falls back to center (#8147)

Interactions

Resizable

  • Fixed: aspectRatio: true isn't handled properly. (#8158, fea7862)

Sortable

  • Fixed: Horizontal sortable shifts causes elements to shift down. (#8135, f0b7130)

Widgets

Autocomplete

  • Added: Automatic race-condition handling for custom sources. (#8234, d040b8f)
  • Fixed: Autocomplete combobox button rendered incorrectly. (#8242, #8243, 5ec0dd8)
  • Fixed: Key up/key down in textarea's should optionally not toggle auto-complete. (#7639, 9668cb8)

Button

Datepicker

  • Added: Georgian localization. (#8205, 4451f86)
  • Fixed: Localization error in et locale (week header). (#8129, 35e2919)
  • Fixed: Provide a better German translation for the week header. (#8231, 8b46758)
  • Fixed: Incorrect day name for Finnish localization. (#8194, 91df42e)
  • Fixed: Datepicker is stuck open if label is clicked from open state. (#8174, fc6e72b)
  • Fixed: Incorrect month name for Macedonian localization. (#8206, c21aa07)
  • Fixed: Incorrect values in Persian localization. (#8225, c45911c)
  • Fixed: IE8 does not create a new scope for catch blocks and will cause problems in IE8. (#8138, 5c2eea3)

Tabs

Effects