]> source.dussan.org Git - jquery-ui.git/commit
Resizable: Remove bad workaround for draggable+resizable 1210/head
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 11 Mar 2014 10:50:12 +0000 (11:50 +0100)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Wed, 16 Apr 2014 16:47:15 +0000 (18:47 +0200)
commit3576ceb360eb0381a98f3c6b67d890c3834efa8a
tree66f79781c94f33dd7f00fcf9eb09a2f8993b1d64
parent919d9185f2cf586f794b367a2570368fd81f3879
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/unit/resizable/resizable_core.js
tests/visual/compound/draggable_resizable.html [new file with mode: 0644]
tests/visual/index.html
ui/resizable.js