diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-03-11 11:50:12 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-04-16 18:47:15 +0200 |
commit | 3576ceb360eb0381a98f3c6b67d890c3834efa8a (patch) | |
tree | 66f79781c94f33dd7f00fcf9eb09a2f8993b1d64 /tests/visual/index.html | |
parent | 919d9185f2cf586f794b367a2570368fd81f3879 (diff) | |
download | jquery-ui-3576ceb360eb0381a98f3c6b67d890c3834efa8a.tar.gz jquery-ui-3576ceb360eb0381a98f3c6b67d890c3834efa8a.zip |
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
Diffstat (limited to 'tests/visual/index.html')
-rw-r--r-- | tests/visual/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <li><a href="compound/dialog_widgets.html">Various Widgets in Dialog</a></li> <li><a href="compound/draggable_accordion.html">Draggable Accordion</a></li> <li><a href="compound/draggable_accordion_accordion_tabs_draggable.html">Nested Widgets</a></li> + <li><a href="compound/draggable_resizable.html">Draggable Resizable</a></li> <li><a href="compound/sortable_accordion_sortable_tabs.html">Sortable Tabs in Sortable Accordion</a></li> <li><a href="compound/tabs_tabs.html">Nested Tabs</a></li> <li><a href="compound/tabs_tooltips.html">Tabs with Tooltips</a></li> |