Commit Graph

1950 Commits

Author SHA1 Message Date
Richard Worth
1e6858cc32 sortable visual test: Updated #4088 test page to match visual TEST/ASSERT format 2009-02-07 17:33:52 +00:00
Richard Worth
849ed445c0 moved test page (#4088) from demos/sortable to tests/visual/sortable 2009-02-07 17:19:25 +00:00
Richard Worth
c55162bd72 sortable visual tests: option revert 2009-02-07 17:15:47 +00:00
Bohdan Ganicky
01801eaa21 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 2009-02-07 16:00:01 +00:00
Bohdan Ganicky
3b2a072125 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 2009-02-07 15:39:17 +00:00
Scott González
86a26f17ff Dialog: Fixed #4086: Allow changing the dialogClass option after init. 2009-02-07 14:28:14 +00:00
Richard Worth
fb7f7fc393 draggable unit tests: added option iframeFix tests 2009-02-07 14:27:27 +00:00
Richard Worth
b3702cf1a1 draggable unit tests: Added a few tests 2009-02-07 14:09:07 +00:00
Richard Worth
191ec35cf1 resizable unit tests: zIndex default: 1000 2009-02-07 12:37:23 +00:00
Richard Worth
49939ec4f5 unit tests: Added all defaults test page 2009-02-07 12:34:53 +00:00
Richard Worth
02d0e4382d Modified build script to pull docs rendered html directly from docs.jquery.com/UI 2009-02-06 19:44:44 +00:00
Paul Bakaus
4701c0bb98 sortable: implemented tests for start,stop,beforeStop,change and update 2009-02-06 07:39:52 +00:00
Richard Worth
929c330cd2 duplicated images to fix on demos index 2009-02-06 06:33:56 +00:00
Richard Worth
c7361062d0 sortable unit tests - fixed el.css not a function 2009-02-06 02:41:46 +00:00
Bohdan Ganicky
81099914a9 demos/sortable/connect-lists-through-tabs: finetuning + automatic tab switch after item is removed from the list 2009-02-05 21:44:38 +00:00
Klaus Hartl
915a3a4117 Tabs: cleanup - no longer supports tabifying via list element, must use container 2009-02-05 19:58:38 +00:00
Bohdan Ganicky
ba8c8e646c demos/sortable/connect-lists-through-tabs: fixed demo description 2009-02-05 19:48:10 +00:00
Bohdan Ganicky
f6936e217e demos/sortable/connect-lists-through-tabs: correct svn props set 2009-02-05 19:44:20 +00:00
Bohdan Ganicky
e0cd20b44f demos/sortable/connect-lists-through-tabs: new demo created as a reaction to a certain discussion in the jquery ui google group 2009-02-05 19:39:38 +00:00
Klaus Hartl
fbc6ff5f81 Tabs: fixed bug related to setting selected via data method, cleaned up mess in tests 2009-02-05 19:36:31 +00:00
Klaus Hartl
78adee126c Tabs: removed useless array joins, consistent usage of "ui-tabs-selected" class 2009-02-05 19:11:12 +00:00
Klaus Hartl
8aee174cdb Tabs: Added tests for select method while at the same time implemented consistent handling of possible values to pass, addresses #4051 2009-02-05 19:02:47 +00:00
Scott González
dd3636c97a Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681). 2009-02-05 14:30:59 +00:00
Klaus Hartl
3b4cef1e1f fixed tab not being pushed on top of panel border in IE6, tweaked CSS a bit 2009-02-05 09:00:51 +00:00
Klaus Hartl
21ac21e621 Removed superfluous display declaration (a float implicitly makes an element display block) 2009-02-05 08:54:57 +00:00
Klaus Hartl
270769a7ab Tabs demo: use collapsible instead of deprecated deselectable option 2009-02-05 07:27:20 +00:00
Scott Jehl
8fe45c45f1 added float left back to anchor to get click anwhere behavior (not just text) 2009-02-05 06:07:05 +00:00
Richard Worth
27fb50e276 demos slider: removed extra char (;) in stylesheet 2009-02-05 06:03:31 +00:00
Richard Worth
5a6e2bdbb6 Fixed 4062 - slider: vertical slider handle jumps up when you click on it 2009-02-05 06:01:10 +00:00
Scott Jehl
21b7b8ca42 added vertical tabs demo. This could be implemented very easily in the future by adding a class to the widget. 2009-02-05 06:00:10 +00:00
Scott Jehl
08f7ccbe95 few more border resets changed to border-width 2009-02-05 05:43:15 +00:00
Scott Jehl
65770d66ea typo: width, not weight 2009-02-05 05:34:04 +00:00
Scott Jehl
bfcbc5c80f changed border-bottom to border-bottom-weight. less specific override to retain border color 2009-02-05 05:30:17 +00:00
Richard Worth
93fbdd41b3 Fixed #3804 (Multiple Slider Focus Issues) 2009-02-05 05:25:12 +00:00
Richard Worth
65172cdeb2 accordion defaults in alpha order 2009-02-05 04:34:38 +00:00
Scott González
fc9ebfb3f4 Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable activate/deactivate callback when receiving a draggable. 2009-02-05 04:21:21 +00:00
Scott González
2f2342caeb Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable receive callback when receiving a draggable. 2009-02-05 04:12:23 +00:00
Scott González
0c8eed67f5 Draggable: Removed ridiculousness (some of it anyway). 2009-02-05 03:44:08 +00:00
Scott González
57f0188239 Mouse: Fixed #4061: Prevent errors when manually triggering mousedown events on elements that use $.ui.mouse (event.originalEvent isn't defined). 2009-02-05 02:33:21 +00:00
Paul Bakaus
27a7442a37 effect core: speed wasn't detected in all situations (fixes #4057) 2009-02-05 01:39:58 +00:00
Scott Jehl
b7fd8f060d set a taller initial height on the progress bar. resize icon looked awkward with it. 2009-02-05 01:08:42 +00:00
Klaus Hartl
b81731dd76 Tabs: fixed duration for show animation - setting wasn't considered 2009-02-04 20:46:54 +00:00
Klaus Hartl
fac375df3b just reviewed 2009-02-04 09:35:52 +00:00
Richard Worth
d3045754f0 unit tests: added index page 2009-02-04 05:11:45 +00:00
Richard Worth
f7bc2e9006 all unit tests: fixed paths to point to new separate files 2009-02-04 05:06:37 +00:00
Richard Worth
53f57ffdb5 selectable unit tests: split tests into individual files 2009-02-04 04:53:09 +00:00
Richard Worth
96b1534483 resizable unit tests: split tests into individual files 2009-02-04 04:47:39 +00:00
Richard Worth
04b3040311 progressbar unit tests: split tests into individual files 2009-02-04 04:39:31 +00:00
Richard Worth
52005f42dd dialog unit tests: split tests into individual files 2009-02-04 04:35:18 +00:00
Richard Worth
b18da5cd64 datepicker unit tests: split tests into individual files 2009-02-04 04:27:14 +00:00