Richard Worth
9f382c5814
dialog: changed shadow default to false. Not quite ready to be on by default. Maybe in 1.next.
2009-01-31 05:47:58 +00:00
Scott González
171c7c0671
Dialog: Shadow cleanup.
...
- Don't hide shadow during drag/resize in IE6 (let the user do this one their own).
- Let users modify the shadow option after init.
.parents('.ui-dialog')
.bind('dragstart resizestart', function() {
$(this).find('.ui-dialog-content').dialog('option', 'shadow', false);
})
.bind('dragstop resizestop', function() {
$(this).find('.ui-dialog-content').dialog('option', 'shadow', true);
});
2009-01-31 04:33:36 +00:00
Scott González
6695e5ac7f
Accordion: Partial fix for #4011 : Smooth(er) animations with autoHeight: false.
...
Removed some browser snifing.
Added support for non-px units.
2009-01-31 02:55:56 +00:00
Richard Worth
39dac81b24
Fixed #4008 (Sortable events are improperly named)
2009-01-31 02:36:47 +00:00
Klaus Hartl
0ad6bff312
Tabs: reviewed and simplified just a bit
2009-01-31 01:16:59 +00:00
Klaus Hartl
195838c443
Tabs: simplified tests a bit, found bug by that - fixed as well as two other unreported bugs
2009-01-31 00:45:14 +00:00
Jörn Zaefferer
a1e9c63911
accordion: partial fix for #4011
2009-01-30 21:40:34 +00:00
Jörn Zaefferer
5484aad005
accordion: added ul-visual-test; improved solution for fixing ul-accordions, no more potential scope issues
2009-01-30 20:42:03 +00:00
Jörn Zaefferer
cc62471b4f
accordion: fix for the previous commit; event triggering still somewhat crippled, a few tests failing
2009-01-30 16:49:40 +00:00
Jörn Zaefferer
00b0b3661f
accordion: better default for header-option
2009-01-30 16:10:00 +00:00
Richard Worth
55953d650a
effects core: fixed undefined options error
2009-01-30 05:46:46 +00:00
Richard Worth
c36da07ca6
draggable: fixed 'o is not defined' exception
2009-01-30 05:17:48 +00:00
Scott González
256ea0670a
Resizable: Fixed defaults in tests.
2009-01-30 04:53:30 +00:00
Scott González
967d6595a6
Accordion: Fixed destroy method with new markup.
2009-01-30 03:27:44 +00:00
Scott González
18b42f45d5
Accordion: only animate height and padding.
2009-01-30 03:09:10 +00:00
Scott González
2c1d4675a8
Accordion: Fixed #3788 : Removed wrapper divs and smoothed animations, allowing accordions to work with dl's and ul's again.
2009-01-30 02:35:37 +00:00
Paul Bakaus
3b92895a7e
draggable: connectToSortable couldn't accept strings ( fixes #3984 )
2009-01-29 18:36:55 +00:00
Paul Bakaus
04c063e5b7
sortable: containment option now respects the padding ( fixes #3958 )
2009-01-29 15:25:02 +00:00
Paul Bakaus
b3ab79b859
draggable: containment option now respects the padding ( fixes #3957 )
2009-01-29 15:22:43 +00:00
Paul Bakaus
bcee037715
slider: fixed orientation detection
2009-01-29 15:13:47 +00:00
Paul Bakaus
814fbbe747
dialog: all triggered custom events should have related events attached if possible (fixes #3718,#3983)
2009-01-29 14:08:33 +00:00
Paul Bakaus
c2d272259f
effects: fixed various problems with order of callbacks (i.e. show('drop', 500) wasn't working) (additionally fixes #3912 )
2009-01-29 13:34:58 +00:00
Paul Bakaus
669bdb333a
draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ui.offset (fixes #3978,#3977,#3976)
2009-01-29 12:35:38 +00:00
Paul Bakaus
c88df4d3ee
resizable: removed ui.options
2009-01-29 12:33:44 +00:00
Paul Bakaus
717c5f66e8
dialog: shadow is hidden during drag/resize for slow performance browsers (currently IE < 7) ( fixes #3966 )
2009-01-29 10:57:45 +00:00
Scott González
9592848de3
Dialog: Fixed #3901 , #3918 , #3930 : Don't let the minHeight for dialogs be negative (breaks IE).
2009-01-29 04:12:35 +00:00
Paul Bakaus
4bf637bb2c
slider: added better description for workaround for #3726
2009-01-28 23:11:15 +00:00
Paul Bakaus
b2cbdb6ff4
slider: added better description for workaround for #3726
2009-01-28 22:51:35 +00:00
Paul Bakaus
966f6e46dd
slider: animate default should be false
2009-01-28 22:13:44 +00:00
Paul Bakaus
ab32cefef5
slider: animate default should be false
2009-01-28 22:11:33 +00:00
Paul Bakaus
be1b2b023a
slider:
...
- implemented animate method
- slider min/max values could be exceeded using the keyboard (fixes #3737 )
2009-01-28 22:07:46 +00:00
Eduardo Lundgren
a853e4fd17
Fixed #3954
2009-01-28 21:48:51 +00:00
Paul Bakaus
1ad50e24a9
slider: closestHandle never got set when the distance between the handles are the maximum available ( fixes #3948 )
2009-01-28 19:14:38 +00:00
Paul Bakaus
bf6b493c90
slider:
...
- when dragging a handle, the position of the relative click is respected (fixes #3972 )
- when dragging two range handles to 0, the slider was broken because the nearest handle would always be the first. Implemented a workaround. (fixes #3736 )
2009-01-28 19:10:37 +00:00
Richard Worth
ca2f0191da
core: check for event.originalEvent before copying
2009-01-28 09:15:51 +00:00
Ca-Phun Ung
3aeeeeb75a
datepicker: fixes #3863 : fixed vertical position when scroll position is present and added a viewport visual testcase.
2009-01-28 05:11:10 +00:00
Scott González
c9e6d28661
$.widget: Fixed #3965 : Copy properties from original event on to new event in _trigger.
2009-01-28 03:46:35 +00:00
Scott González
cc3064b1f9
Mouse: Fixed #3552 , reverted r1763: Let mouse events propagate.
2009-01-28 01:21:50 +00:00
Paul Bakaus
84a0971aab
draggable: fixed snap
2009-01-27 19:17:28 +00:00
Paul Bakaus
2ef2b87ccb
dialog:
...
- implemented themeroller overlay, removes option overlay (now handled through CSS) (implements #3681 )
- implemented shadow option (boolean), if set to true, adds shadow from css framework (implements #3681 )
2009-01-27 16:53:46 +00:00
Paul Bakaus
24d450b7fe
droppable: 'this' in accept should point to the DOMelement not to a jQuery ( fixes #3955 )
2009-01-27 14:58:05 +00:00
Paul Bakaus
98fc50ab13
accordion: overflow is set to hidden during calculations for fillSpace in IE6 ( fixes #3845 )
2009-01-27 14:38:57 +00:00
Eduardo Lundgren
671caddf94
Resizable: using isNumber on isminw
2009-01-27 06:40:31 +00:00
Eduardo Lundgren
dfef53612c
Fixed #3251
2009-01-27 06:36:42 +00:00
Eduardo Lundgren
7f12279da5
Fixed #3894
2009-01-27 06:22:29 +00:00
Eduardo Lundgren
73cf6e58b5
Resizable documentScroll reference
2009-01-27 06:00:41 +00:00
Eduardo Lundgren
279f6599a4
Fixed #3879
2009-01-27 05:31:57 +00:00
Paul Bakaus
ef0149adba
accordion: navigation option wasn't working ( fixes #3944 )
2009-01-26 12:11:56 +00:00
Klaus Hartl
43efa580dd
Tabs: organized code - public and private (pseudo) methods, added unit test for ui data object
2009-01-26 11:34:28 +00:00
Klaus Hartl
03b1cfe4c4
Tabs: TODO check
2009-01-25 23:52:49 +00:00