Opened 11 years ago
Closed 11 years ago
#8297 closed bug (notabug)
body overflow-y: scroll in webkit
Reported by: | jstrimpel | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.sortable | Version: | 1.8.19 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you set the overflow-y on the body in a webkit powered browser it has the following impact on sortables. If the height of your sortable container exceeds the window height and you attempt to move an item from the bottom of the list it jumps up on start the amount of pixels that the window height loses from removing the item from the sortable container.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
jQuery and jQuery UI do not support setting overflow on the body or html.
Note: See
TracTickets for help on using
tickets.
Setting overflow-y: scroll on html instead of body fixes the issue in webkit, but causes the same issue in FF 12.