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/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/visual/index.html') diff --git a/tests/visual/index.html b/tests/visual/index.html index d7b93cb53..593ddcb07 100644 --- a/tests/visual/index.html +++ b/tests/visual/index.html @@ -75,6 +75,7 @@
  • Various Widgets in Dialog
  • Draggable Accordion
  • Nested Widgets
  • +
  • Draggable Resizable
  • Sortable Tabs in Sortable Accordion
  • Nested Tabs
  • Tabs with Tooltips
  • -- cgit v1.2.3