Search and Top Navigation
#9607 closed bug (duplicate)
Opened October 17, 2013 09:54PM UTC
Closed December 09, 2013 01:59PM UTC
Jquery UI: Sortable: Can't add to bottom of linked list
Reported by: | mendel | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is reproducible on the jQuery UI site (http://jqueryui.com/sortable/#connect-lists).
Drag from list on right to list on left, being careful not to "enter " the list area from any direction other than bottom. Dragged element will not be added to bottom of list on right, but rather to second-from-bottom. Once the placeholder has reached the second-from-bottom place, only then can you drag back down to set it as bottom.
Adding padding or height to list on right will not solve the issue.
Whoops. Seems to be dupe of #9314