Search and Top Navigation
#8274 closed enhancement (fixed)
Opened April 24, 2012 10:41PM UTC
Closed April 30, 2012 05:04PM UTC
Last modified March 18, 2013 01:55AM UTC
The placeholder doesn't move when dragging outside of container element
Reported by: | MoonScript | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.20 |
Component: | ui.sortable | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the axis option is either 'x' or 'y', I believe any mouse movements in that same direction should update the placeholder position, even if it is outside of the container element area.
Issue can be seen here:
http://jsfiddle.net/MoonScript/vLyfU/
And this is how I think it should work:
Attachments (0)
Change History (5)
Changed April 25, 2012 03:47AM UTC by comment:1
Changed April 30, 2012 05:04PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder doesn't move when dragging outside of container element
Changeset: b8b0c528301ab2bfc49e36143a3c4f6451e58ccd
Changed April 30, 2012 05:04PM UTC by comment:3
Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder doesn't move when dragging outside of container element
(cherry picked from commit b8b0c528301ab2bfc49e36143a3c4f6451e58ccd)
Changeset: 81835fab0c43f18e4033650adaeae2f22d3efd5b
Changed April 30, 2012 05:04PM UTC by comment:4
milestone: | 1.9 → 1.8.20 |
---|
Proposed fix for this issue:
https://github.com/MoonScript/jquery-ui/commit/c9ad23727a543fa8105b85e4227c33af37c41986
Pull request:
https://github.com/jquery/jquery-ui/pull/640