Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 5.12 KB

1.8.14.md

File metadata and controls

69 lines (43 loc) · 5.12 KB
<script>{ "title": "jQuery UI 1.8.14 Changelog" }</script>

Released on June 17, 2011

Core & Utilities

Mouse

Interactions

Draggable

  • Fixed: containment: 'document' is incorrect for top and left in draggable. (#4838, 1866905)
  • Fixed: IE 8 invalid drag and drop error. (#6950, 16b4ffb)

Droppable

  • Fixed: Scroll on Droppable Demo Breaks Demo. (#5003, ce2fbb9)

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)

Sortable

  • Fixed: Unable to remove() ui.draggable (sortable item) immediately after the drop callback. (#4088, ed65ce7)

Widgets

Autocomplete

  • Fixed: Docs: theming, classes not bold when stated as being bold. (#7425)
  • Fixed: Incorrect documentation for change event. (#7424)

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)

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)

Effects

  • Fixed: animateClass ignores easing due to typo 'easding'. (#7435, d3ffacb)

CSS Framework

Tests

  • Fixed: jQuery.Simulate drag behaves incorrect when container scrolled. (#6859)