Klaus Hartl [Sun, 22 Feb 2009 11:54:00 +0000 (11:54 +0000)]
Tabs: cookie was not considered if page url contains some fragment identifier, fixes #4210; fixed issue with jQuery 1.3.2 :visible selector; started to fix JSLint warnings...
Scott González [Sat, 21 Feb 2009 17:02:52 +0000 (17:02 +0000)]
Dialog: When animating dialog close, wait until after the animation completes before triggering the close event. Fixes #4207 - Dialog close event occurs too early with hide effect.
Richard Worth [Sat, 21 Feb 2009 11:40:05 +0000 (11:40 +0000)]
Slider: Fixed min and max range sliders to add ui-slider-range-min or ui-slider-range-max class and not set corresponding left/right/top/bottom inline, only width/height
(fixes #4182 - slider min/max classes aren't being added to range div)
(fixes #3850 - Slider Range With Fixed Max Demo Bug in Opera)
Paul Bakaus [Thu, 19 Feb 2009 13:25:02 +0000 (13:25 +0000)]
effects core: the second argument passed to effect methods wasn't checked for being a callback function (fixes #4181 - Effects methods don't allow callback as the second parameter)
Paul Bakaus [Tue, 17 Feb 2009 13:01:19 +0000 (13:01 +0000)]
slider: limit the returned floats to 5 digits after the decimal point, corrects JS float errors (fixes #4124 - Value should always be constrained to valid step values)
Paul Bakaus [Tue, 17 Feb 2009 12:21:42 +0000 (12:21 +0000)]
slider:
- fixed propagation of change event within _slide (fixes #4005 - slider and change callback with range: true)
- normalized all ui hash information
Scott González [Tue, 17 Feb 2009 01:07:30 +0000 (01:07 +0000)]
Transfer effect: Use innerWidth/Height instead of outerWidth/Height and then subtracting border. Fixed #4153 - Transfer throws 'Invalid Argument' in IE7 without CSS border property.
Scott González [Sat, 14 Feb 2009 04:27:31 +0000 (04:27 +0000)]
Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup occurs on a diferent element than mousedown (was preventing the next click event from occuring).
Paul Bakaus [Fri, 13 Feb 2009 13:05:24 +0000 (13:05 +0000)]
draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) (removed redundant check)
Paul Bakaus [Fri, 13 Feb 2009 12:47:52 +0000 (12:47 +0000)]
draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed)
Paul Bakaus [Fri, 13 Feb 2009 12:26:44 +0000 (12:26 +0000)]
draggable,sortable: if the offset parent is the body, top/left values should always be normalized to 0 (fixes #4141 - margin on body in safari caused bump)
Scott González [Fri, 13 Feb 2009 03:36:56 +0000 (03:36 +0000)]
Resizable:
- Fixed destroy method.
- Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false).
Scott González [Fri, 13 Feb 2009 03:06:43 +0000 (03:06 +0000)]
Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - focus on dialog open should be constrained to the contents of the dialog.
NOTE: This breaks accessibility in Safari, which doesn't allow setting focus to elements that are not natively tabbable. However, our current stance is that people who require accessibility will not be using Safari specifically for this type of reason.
Paul Bakaus [Wed, 11 Feb 2009 13:40:21 +0000 (13:40 +0000)]
datepicker: temporary solution for inline click events with noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite)
Bohdan Ganicky [Sat, 7 Feb 2009 16:00:01 +0000 (16:00 +0000)]
demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ui.draggable (sortable item) immediately after the drop callback.), not added to the index page
Bohdan Ganicky [Sat, 7 Feb 2009 15:39:17 +0000 (15:39 +0000)]
demos/droppable/remove-draggable-after-drop: testcase for #4087 (Removing ui.draggable immediately after the drop callback raises an error.), not added to the index page