Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 5.76 KB

1.8.18.md

File metadata and controls

82 lines (50 loc) · 5.76 KB
<script>{ "title": "jQuery UI 1.8.18 Changelog" }</script>

Released on February 20, 2012

Core & Utilities

UI Core

  • Fixed: minHeight support test affects page layout in IE 9. (#8026, 9e4455f)

Position

  • Fixed: There is a reference to the global jQuery variable. (#8029, e2a2112)
  • Fixed: Position documentation doesn't state default values. (#7946)

Interactions

Draggable

Resizable

  • Fixed: ui.dialog & resizable & button & opera 11. (#6763, 28fb436)

Sortable

  • Fixed: Sortable "Connect Lists" demo doesn't allow dropping as last element. (#8114, fff9d87)
  • Fixed: a major optimization is possible in sortable(). (#4759, b00faa9)
  • Fixed: .sortable() after destroy does not work. (#8094, 988b803)
  • Fixed: cursorAt Documentation in error. (#8103)

Widgets

Accordion

  • Fixed: Hoverintent demo throws an error in IE. (#6028, 5d4df03)
  • Fixed: Accordion + Sortable doesn't work properly on IE6/7. (#5413, e77249e)

Autocomplete

  • Fixed: Autocomplete fails when context option is set with ajaxSetup. (#7490, fc6d6e1)
  • Fixed: Documentation should mention user-code filtering. (#8123)

Button

  • Fixed: icon only button in dialog causes horizontal scrollbar in Opera. (#7911, 005709f)
  • Fixed: Getting unset disabled option on button widget returns jQuery object, not default value. (#8028, f7f13b5)

Datepicker

  • Added: Hindi localization (#8118, b87a0a3)
  • Added: Khmer localization. (#8116, d62d000)
  • Fixed: Hebrew and Arabic: Instead of the month name indicates the month number! (#6051, 2866894)
  • Fixed: Some issues on the Korean translation. (#8010, 5953d19)
  • Fixed: Macedonian locale has incorrect date format. (#8040, 40d9a19)
  • Fixed: multiple DatePickers won't trigger close event. (#5818, 120ee58)
  • Fixed: Closing the datepicker via the provided button does not work in Chrome when the button contains other non-text elements. (#8107, dc12b4d)
  • Fixed: Dialog not closing on second trigger if opened using image. (#8011, 120ee58)

Dialog

  • Fixed: Spelling mistake in documentation - option resizable. (#7939)

Slider

  • Fixed: Key handling should prevent scrolling. (#8109, 4700302)

Tabs

  • Fixed: Documentation for jquery.ui.tabs remove method is incomplete. (#7931)

Demos

  • Fixed: Demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources. (#8069, 69daf17)

Tests

  • Fixed: Simulate mouse events broken for IE 9. (#7324, 0b7155f)
  • Fixed: Safari: jQuery.simulate() doesn't set "which" field for key events. (#3229, 2e1da90)