Commit Graph

1774 Commits

Author SHA1 Message Date
Paul Bakaus
2e0f967680 sortable: if current item was removed by user, it was reappended by the clearing logic (fixes #4088) 2009-02-10 10:07:25 +00:00
Paul Bakaus
4e61b952f3 core: prevent calling plugins if the node doesn't exist in DOM anymore (has been removed by the user) (fixes #4087) 2009-02-10 09:14:59 +00:00
Paul Bakaus
8ccbc0ac55 accordion: chaining breaks if value in height() is negative (fixes #4102) 2009-02-10 08:59:24 +00:00
Paul Bakaus
3677e62f15 base theme: fixed typo with the inclusion of a bg texture (fixes #4046) 2009-02-10 08:53:49 +00:00
Richard Worth
fddd2c3965 slider: fixed failing visual test: slider_in_container_with_scrollbars 2009-02-10 03:48:21 +00:00
Bohdan Ganicky
032e584c1a demos/sortable/connect-lists-through-tabs: quick selector bugfix 2009-02-09 19:59:19 +00:00
Scott González
a6f1cd1db7 Resizable tests: Removed preserveCursor and proportionallyResize options. 2009-02-09 14:04:39 +00:00
Scott González
8eb2922452 Resizable tests: Removed transparent option. 2009-02-09 14:03:12 +00:00
Richard Worth
176b2d21cd dialog: added some missing defaults 2009-02-09 11:15:23 +00:00
Bohdan Ganicky
ff3998265d demos/sortable/connect-lists-through-tabs: finetuning 2009-02-09 11:13:42 +00:00
Eduardo Lundgren
e1320a794c Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element 2009-02-09 04:36:43 +00:00
Eduardo Lundgren
e49aa9a3d7 Resizable: Fixed #4090 - proportionallyResize option should be removed (made internal) 2009-02-09 04:33:50 +00:00
Eduardo Lundgren
43de7e0e50 Resizable: Fixed #4092 - preserveCursor option should be removed 2009-02-09 03:59:16 +00:00
Eduardo Lundgren
78e8a1b789 Resizable: Fixed #4098 - Remove transparent option 2009-02-09 03:56:02 +00:00
Scott González
0413807dfb Dialog: Don't allow the height of the content area to be negative. 2009-02-09 02:32:43 +00:00
Scott González
615127e8c5 Resizable: Fixed #4093: Removed disableSelection option. 2009-02-09 01:36:51 +00:00
Richard Worth
625d216d7d resizable visual tests: added option preventDefault tests 2009-02-08 06:10:29 +00:00
Richard Worth
e4c5712974 Removed unused code obsoleted by #3906 and r1754 2009-02-08 00:55:16 +00:00
Richard Worth
a5af2cf430 resizable unit tests: defaults alpha order 2009-02-07 21:22:47 +00:00
Richard Worth
7da9735a9e droppable visual tests: added option accept tests 2009-02-07 19:02:08 +00:00
Richard Worth
8a12510ca1 droppable: defaults - alpha order 2009-02-07 18:28:29 +00:00
Richard Worth
b6cba593a4 visual tests: added default style for #draggable 2009-02-07 18:15:14 +00:00
Richard Worth
3bb13571ca Moved #4087 test page from demos/droppable to /tests/visual/droppable 2009-02-07 17:47:25 +00:00
Richard Worth
7eada061ed fixed name and location of test page for #4088 - droppable, not sortable issue 2009-02-07 17:40:54 +00:00
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