Opened 11 years ago
Closed 10 years ago
#8407 closed bug (duplicate)
horizontal scrolling shifts inline-block elements down
Reported by: | sAuhsoj | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.21 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
With inline-block elements (not 100% sure about all the requirements to recreate the bug) as the user drags one of the objects, all the other ones shift downwards during dragging.
See the problem at http://jsfiddle.net/francispotter/gtKtE/
See a CSS solution to workaround the problem at http://jsfiddle.net/q4uze/3/
See a discussion on this issue at http://stackoverflow.com/questions/7275374/jquery-ui-sortable-with-horizontal-scrolling-is-shifting-all-elements-down/10508126
Change History (4)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.sortable |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/petersendidit/gtKtE/277/ Seems like another possible solution. Need to decide if this is a problem that should be fixed by jQuery UI is it just something that is only caused because of the custom css.