jQuery UI 1.8rc2 Changelog
Released on February 16, 2010
link Core
- Fixed: zIndex() only checks inline style, and ignores CSS. (#5110)
link Widget Factory
- Fixed: .remove() proxy doesn't work properly. (#5143)
link Widgets
link Autocomplete
- Fixed: Autocomplete menu not visible in IE6. (#5105)
- Fixed: Autocomplete: Turn off collision detection for menu. (#5114)
- Fixed: Create menu only once and return that element from the widget method, put ui-autocomplete class on menu. (#5120)
link Datepicker
- Fixed: Conflict between beforeShowDay and getDate. (#5187)
- Fixed: Datepicker appears underneath other widgets. (#4580)
- Partial fix: UI Datepicker inside UI Dialog Issue. (#4453)
- Fixed: Datepicker opens when setDate called. (#5128)
- Fixed: Separate month and year unless both are drop-downs.
- Fixed: Datepicker's vertical position in thickbox. (#4443) This also fixes the virtual position when the datepicker is close but not right at the bottom of the page.
link Dialog
- Fixed: Datepicker Month/Year Dropdowns Not Working In Safari In A Dialog. (#4363)
- Fixed: Position of Dialog is off the page when viewport is smaller then. (#5141)
- Fixed: isOpen in dialogclose event is true. (#5184)
link Slider
- Fixed: Events not being triggered for drag and drop. (#5134)
- Fixed: Slider's change event fires on slide. (#5178)
link Tabs
- Fixed: Bug in ui.tabs selected tab detection. (#5122)
link Interactions
link Draggable
- Fixed: Start, drag and stop events should be preventable. (#4145)
- Fixed: Fixed positions include wrong scroll offset in Safari 4. (#4631)
- Fixed: Events not being triggered for drag and drop. (#5134)
- Fixed: Draggable broken on inline elements in webkit browsers. (#4824)
link Droppable
- Fixed: Events not being triggered for drag and drop. (#5134)
link Resizable
- Fixed: resizable('destroy') moves images to end of parent element. (#4940)
- Fixed: Events not being triggered for drag and drop. (#5134)
link Sortable
- Fixed: Events not being triggered for drag and drop. (#5134)
link Effects
- Fixed: build.xml doesn't compile effects into full script. (#5109)
- Fixed: Include all effect docs in build for download. (#5103)
link Blind/Fold
- Fixed: blind/fold didnt work. (#5097)