Interactions
Draggable
Droppable
Resizable
Selectable
Sortable
Widgets
Accordion
Autocomplete
Button
Datepicker
Dialog
Progressbar
Slider
Tabs
Effects
Color Animation
Toggle Class
Add Class
Remove Class
Switch Class
Effect
Toggle
Hide
Show
Utilities
Position
Widget
About jQuery UI
Getting Started
Upgrade Guide
Changelog
Roadmap
Subversion Access
UI Developer Guidelines
Theming
Theming jQuery UI
jQuery UI CSS Framework
ThemeRoller application
Theme Switcher Widget

Contents

Summary

This is the second maintenance release for jQuery UI 1.8.

Build

  • Fixed: error - invalid increment operand. (#5576, fcbf4c0)

Core & Utilities

UI Core

  • Added: COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes. (#5542, 3570c1f)
  • Fixed: Better detection of when core is loaded twice. (#5636, afaa035)

Interactions

Selectable

Sortable

Widgets

Accordion

  • Fixed: Comparing element.nodeName directly against upper case tag names can cause problems. (#5557, 0aa4c7f)

Autocomplete

  • Fixed: Changed cache demo to cache all results. (#5398, e087e7d)
  • Fixed: Ignore command (left and right/menu/windows), insert, caps lock, home, end keys. (#5415, cb7eb69)
  • Fixed: Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mousedown. (#5405, fc093e9)

Button

  • Fixed: Mission semicolon on line 5368 (#5536, 02c3295)
  • Fixed: Remove previous text/icon classes when updating buttons. (#5567, 01ad6ce)

Datepicker

Slider

  • Fixed: Slider displays negative fractional values incorrectly. (#5583, 34912bc)
  • Fixed: Slider can go outside min and max with keyboard (#5591, 114c001)

Documentation

  • Fixed: Error in jQuery Widget example under UI Developer Docs. (#5618)
  • Fixed: Selectable: documentation of event types is incorrect (#5590)

Demos

  • Autocomplete: Changed cache demo to cache all results. (#5398, e087e7d)
  • Effects: Updated Show/Hide/Toggle demos since they don't support the Transfer effect. Transfer was removed. (888725a)