From: Richard Worth Date: Sat, 7 Feb 2009 17:40:54 +0000 (+0000) Subject: fixed name and location of test page for #4088 - droppable, not sortable issue X-Git-Tag: 1.6~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7eada061ed749b73fc728329149a31b258439f49;p=jquery-ui.git fixed name and location of test page for #4088 - droppable, not sortable issue --- diff --git a/tests/visual/droppable/droppable_ticket_4088.html b/tests/visual/droppable/droppable_ticket_4088.html new file mode 100644 index 000000000..4fccc5ce6 --- /dev/null +++ b/tests/visual/droppable/droppable_ticket_4088.html @@ -0,0 +1,66 @@ + + + + Droppable Visual Test - Droppable ticket 4088 + + + + + + + + + + + +

+Ticket #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. +

+

+TEST: Drag 'Special Item' to the div labelled 'Drop here' +

+

+TEST: Drag a 'Normal Item' to the div labelled 'Drop here' +

+ + + +
+

Trash Drop here

+
+ +

+ASSERT: The dropped item is removed from the original list and the following text does not appear: "I was dropped and removed, but still here I am!" +

+ + + diff --git a/tests/visual/sortable/sortable_ticket_4088.html b/tests/visual/sortable/sortable_ticket_4088.html deleted file mode 100644 index 887476e6c..000000000 --- a/tests/visual/sortable/sortable_ticket_4088.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - jQuery UI Sortable - Sortable ticket 4088 - - - - - - - - - - - -

-Ticket #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. -

-

-TEST: Drag 'Special Item' to the div labelled 'Drop here' -

-

-TEST: Drag a 'Normal Item' to the div labelled 'Drop here' -

- - - -
-

Trash Drop here

-
- -

-ASSERT: The dropped item is removed from the original list and the following text does not appear: "I was dropped and removed, but still here I am!" -

- - -