From 01801eaa21b22bab351eab0b7e7cdd6cb2c0e2dc Mon Sep 17 00:00:00 2001 From: Bohdan Ganicky Date: Sat, 7 Feb 2009 16:00:01 +0000 Subject: [PATCH] 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 --- demos/sortable/with-droppable.html | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 demos/sortable/with-droppable.html diff --git a/demos/sortable/with-droppable.html b/demos/sortable/with-droppable.html new file mode 100644 index 000000000..d9b62f5b7 --- /dev/null +++ b/demos/sortable/with-droppable.html @@ -0,0 +1,64 @@ + + + + jQuery UI Sortable - Connected With Droppable + + + + + + + + + + +
+ + + +
+

Trash Drop us here

+
+ +
+ +
+ +

This is a testcase for #4088. Burn after resolving.

+ +
+ + + -- 2.39.5