mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
0bb807bb42
If containment was set such that relative_container is set by _setContainment, and then containment changes to e.g. "document", "window", or an array, relative_container would not be unset, causing incorrect containment of the draggable. Add a unittest to check that containment with an array works after previously being set to "parent". Fixes #9733 Closes gh-1176 |
||
---|---|---|
.. | ||
all.html | ||
draggable_common.js | ||
draggable_core.js | ||
draggable_events.js | ||
draggable_methods.js | ||
draggable_options.js | ||
draggable_test_helpers.js | ||
draggable.html |