From ec5e7ad95ba4c6697f3e66ae93ffc86c1152aefb Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 3 Feb 2010 01:22:02 +0000 Subject: resizable method destroy: put unwrapped original element in wrapper's place instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element --- tests/visual/resizable/resizable_ticket_4940.html | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/visual/resizable/resizable_ticket_4940.html (limited to 'tests') diff --git a/tests/visual/resizable/resizable_ticket_4940.html b/tests/visual/resizable/resizable_ticket_4940.html new file mode 100644 index 000000000..111ce7e77 --- /dev/null +++ b/tests/visual/resizable/resizable_ticket_4940.html @@ -0,0 +1,31 @@ + + + + Resizable Visual Test : Resizable ticket #4940 + + + + + + + + + + + +

#4940 - resizable('destroy') moves images to end of parent element

+ +before + + + +after + + + + + -- cgit v1.2.3