Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.53 KB

1.8rc1.md

File metadata and controls

45 lines (28 loc) · 1.53 KB
<script>{ "title": "jQuery UI 1.8rc1 Changelog" }</script>

Released on January 27, 2010

Widgets

Button

  • Added: Add ui-state-focus on focus, making keyboard navigation possible, and button like 200% more accessible.
  • Added: Add ui-state-active on keydown, further improving keyboard navigation.
  • Fixed: handle space "click".
  • Fixed: Don't log a click on disabled buttons.

Datepicker

  • Fixed: Set focus error in IE8 for disabled and hidden elements. (#5052)
  • Fixed: Date picker localization in RO. (#5088)
  • Fixed: Bug in findPos for RTL languages. (#5085)
  • Fixed: Use null instead of empty string when showing/hiding without a duration. (#5086)

Dialog

  • Deprecated: beforeclose option instead of removing it. (#4669)
  • Fixed: Added padding and margin to the right side of the titlebar so the title doesn't go behind the close icon. (#5087)

Interactions

Droppable

  • Fixed: Droppable body let revert a div on a valid drop. (#5095)

Resizable

  • Fixed: 2 dialogs pos false on close. (#5084)

Selectable

  • Fixed: destroy method doesn't clean up selectees. (#5094)

Miscellaneous

  • Added: Switched to jQuery 1.4.1.
  • Removed: Firefox 2 ARIA support.