Search and Top Navigation
#8621 closed bug (duplicate)
Opened October 04, 2012 12:35AM UTC
Closed February 09, 2013 02:47AM UTC
Sortable: dragging does not work when items have different heights
Reported by: | bdwain | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.24 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
example of the problem here: http://jsfiddle.net/ADyhR/12/
when items in a sortable are different heights, sorting them causes all sorts of issues. As soon as you drag the item, the container shrinks because it is no longer inside of it. the placeholder does not fill the old space correctly. Manually setting the height prevents the container from shrinking, but the library code still expects the placeholder to be its original height.
these issues prevent things from working correctly when using the containment option. you can't drag taller items to the edges of the container.
Attachments (0)
Change History (4)
Changed October 04, 2012 05:43AM UTC by comment:1
Changed October 11, 2012 02:56PM UTC by comment:2
milestone: | 1.9.0 → 2.0.0 |
---|
Changed November 03, 2012 09:29PM UTC by comment:3
status: | new → open |
---|---|
summary: | jquery sortable draggining not working correctly with different heights → Sortable: dragging does not work when items have different heights |
also, it seems to work in 1.8.9