From 3576ceb360eb0381a98f3c6b67d890c3834efa8a Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Tue, 11 Mar 2014 11:50:12 +0100 Subject: Resizable: Remove bad workaround for draggable+resizable This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 --- tests/visual/compound/draggable_resizable.html | 51 ++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 tests/visual/compound/draggable_resizable.html (limited to 'tests/visual/compound') diff --git a/tests/visual/compound/draggable_resizable.html b/tests/visual/compound/draggable_resizable.html new file mode 100644 index 000000000..d38399431 --- /dev/null +++ b/tests/visual/compound/draggable_resizable.html @@ -0,0 +1,51 @@ + + + + + Compound Visual Test: Draggable and Resizable block element + + + + + + + + + + + + + +

WHAT: Three draggable and resizable elements, with only a bottom handle. Last one (red color) is absolutely positioned.

+

EXPECTED: Each element can be dragged and resized. The first two stay with their relative positioning (induced by draggable). The last one can be resized despite the absolute positioning.

+ +
+
Draggable 1-1
+
Draggable 1-2
+
Draggable 1-3
+
+ + + -- cgit v1.2.3