jQuery UI 1.8.14 Changelog
Released on June 17, 2011
link Core & Utilities
link Mouse
link Interactions
link Draggable
- Fixed: containment: 'document' is incorrect for top and left in draggable. (#4838, 1866905)
- Fixed: IE 8 invalid drag and drop error. (#6950, 16b4ffb)
link Droppable
link Resizable
- Fixed: Resizable with aspectRatio true & a maxWidth doesn't obey ratio once hit max width. (#4951, b196d1f)
- Fixed: https domain reports 'unsecured items' in IE7. (#7390, #7397, 9c0cd47)
link Sortable
- Fixed: Unable to remove() ui.draggable (sortable item) immediately after the drop callback. (#4088, ed65ce7)
link Widgets
link Autocomplete
- Fixed: Docs: theming, classes not bold when stated as being bold. (#7425)
- Fixed: Incorrect documentation for change event. (#7424)
link Button
- Fixed: Buttons problem in Opera. (#7094, 4e3f8bd)
- Fixed: Buttonset on rtl. (#6796, 15cb567)
- Fixed: Disabled buttons still allow clicks. (#5945, 3735bab)
- Fixed: Button state inconsistencies after (accidental) drag-clicking the button. (#6970, 427f3d4)
- Fixed: Checkbox/radio button do not show focused state when using Keyboard Navigation. (#6711, ad947c7)
- Fixed: Button .enable() strange behavior on Webkit (Google Chrome, Safari). (#6242, 3842fa9)
- Fixed: Refresh scope in formResetHandler unintentionally wide. (#7261, c45dd91)
link Datepicker
- Fixed: Using multiple months always renders 6 rows of dates even if only 5 are needed. (#7043, 57b9e9d)
- Fixed: Datepicker 1.8.x can't be used with jQuery 1.3.2 due to use of .delegate(). (#7470, 4d8529c)
- Fixed: Incorrect value for "oo" during Daylight Saving Time. (#6827, c147049)
- Fixed: onClose event not triggered. (#6656, 3124864)
- Fixed: parseDate() does not throw an exception for long years. (#7244, e05559e)
link Effects
link CSS Framework
- Added: support for konqueror border-radius. (#6097, fcd6e8d)
- Added: Reducing size of some CSS (#7356, c8326a4)
link Tests
- Fixed: jQuery.Simulate drag behaves incorrect when container scrolled. (#6859)