Commit Graph

1823 Commits

Author SHA1 Message Date
Richard Worth
c5df36e277 Fixed #4036 (draggable: cssNamespace option should be removed, addClasses option added) 2009-02-02 06:45:50 +00:00
Richard Worth
c42164097c draggable unit tests: cleanup 2009-02-02 06:34:44 +00:00
Richard Worth
c3046b9d79 slider unit tests: created separate file for each module: core, common widget, events, methods, options, tickets 2009-02-02 05:58:49 +00:00
Scott González
8735354b10 Explode demo: Fixed Safari margin bug (fix for #3968). 2009-02-02 04:02:43 +00:00
Scott González
3051eca215 Slider:
- Fixed #4016: Vertical slider was unusable when the thumb was at the min value.
  - Fixed #3736 for real: Vertical slider was unusable when using a range and both thumbs were at the min value.
2009-02-02 03:07:54 +00:00
Scott González
94c16d6378 Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed demos, tests, and using alwaysOpen on init. 2009-02-02 02:29:31 +00:00
Paul Bakaus
43ebec6576 accordion: deprecated alwaysOpen option, introduced collapsible option (invert value) (fixes #3969) 2009-02-02 02:11:32 +00:00
Klaus Hartl
844d0c1833 Tabs: fixed test in IE... 2009-02-01 21:28:10 +00:00
Klaus Hartl
bc967db6b2 Tabs: added simple test for length method 2009-02-01 21:22:05 +00:00
Klaus Hartl
c8360e619b Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created HTML, fixes #4033 2009-02-01 21:09:02 +00:00
Ca-Phun Ung
1866e1382f datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block. 2009-02-01 05:50:12 +00:00
Scott González
ce0daae232 Draggable: Fixed #3980: Don't allow connecting to disabled sortables. 2009-02-01 04:37:19 +00:00
Scott González
938a95e8dc Accordion: Added focus state to headers. 2009-02-01 02:11:06 +00:00
Richard Worth
52eb7d14aa draggable: changed option cursor default to 'auto' instead of 'default' 2009-02-01 02:00:38 +00:00
Richard Worth
b900ea855c unit tests: fixed missing tests to hide with new qunit checkbox 2009-02-01 01:57:28 +00:00
Richard Worth
63f7e01d61 draggable unit tests: added some missing tests 2009-02-01 01:54:28 +00:00
Scott González
8c4989914b Dialog: Fixed #4015: Set z-index on shadow when the dialog opens. 2009-02-01 01:29:58 +00:00
Scott González
5c155719a8 Sortable demos: Updated all uses of connectWith to use a string instead of an array (array is deprecated). 2009-02-01 01:06:42 +00:00
Scott González
b642b98619 Sortable: Added defaults for cursor, cursorAt, opacity. 2009-02-01 01:02:34 +00:00
Scott González
39f80ebc66 Sortable: Fixed #4017: Revert opacity after sort. 2009-02-01 00:55:34 +00:00
Richard Worth
79d2a2891a draggable unit tests: created separate file for each module: defaults, events, methods, options, tickets 2009-02-01 00:25:58 +00:00
Scott González
34a5af8779 Sortable: Fixed #3979: Fixed using a string for connectWith option. 2009-01-31 16:54:06 +00:00
Jörn Zaefferer
bae4a16d61 accordion: another partial fix for #4011, fixes tests/visual/accordion/width.html in FF, IE still buggy 2009-01-31 16:52:52 +00:00
Ca-Phun Ung
658a0f7f40 datepicker: #4003 - Inline datepicker and button panel. 2009-01-31 10:40:55 +00:00
Richard Worth
b388e6b8e1 eol-style and mime-type 2009-01-31 06:24:22 +00:00
Richard Worth
60b38f0e02 progressbar demos: Added animated progressbar demo 2009-01-31 06:08:17 +00:00
Richard Worth
ac8b734e98 accordion demos: file rename 2009-01-31 05:56:46 +00:00
Richard Worth
4db23193c8 eol-style and mime-type 2009-01-31 05:54:48 +00:00
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
Richard Worth
272391bd2f dialog visual tests - added option modal true and false 2009-01-31 04:41:20 +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
Scott Jehl
82cf103c93 added effect methods demos - still need class animations 2009-01-30 22:57:11 +00:00
Scott Jehl
3353f65c0e reverted r 1920 2009-01-30 22:54:41 +00:00
Scott Jehl
8d61ce344b added effect methods demos - still have not made demos for the class animations 2009-01-30 22:35:58 +00:00
Jörn Zaefferer
4aff25a422 accordion: more realistic testcase for autoHeight:false accordion 2009-01-30 21:47:20 +00:00
Jörn Zaefferer
a1e9c63911 accordion: partial fix for #4011 2009-01-30 21:40:34 +00:00
Jörn Zaefferer
506ae46a6d accordion: demo title 2009-01-30 20:48:46 +00:00
Jörn Zaefferer
30ed50dc54 accordion: demo mimetype 2009-01-30 20:48:09 +00:00
Jörn Zaefferer
39e4178cf2 accordion: demo description typo 2009-01-30 20:46:30 +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
1322a98df9 accordion: fixed styling of li-elements 2009-01-30 20:27:36 +00:00
Jörn Zaefferer
900edafd34 accordion: added noAutoHeight.html demo 2009-01-30 20:23:04 +00:00
Jörn Zaefferer
3fded1ab27 accordion: added a list into the first panel on the static ul-test, need to fix ui.accordion.css 2009-01-30 20:22:37 +00:00
Scott Jehl
1d24c0caf8 changed theme url to jqueryui.com 2009-01-30 19:26:02 +00:00
Bohdan Ganicky
d5094f9a3b demos/slider/side-scroll: fixed broken layout on index page on IE6, relates to #3851 2009-01-30 18:25:09 +00:00
Jörn Zaefferer
2b7f14f234 accordion: better default for header-option 2009-01-30 16:58:29 +00:00