Skip to main content

Search and Top Navigation

#8297 closed bug (notabug)

Opened May 04, 2012 11:26PM UTC

Closed May 04, 2012 11:52PM UTC

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.

Attachments (0)
Change History (2)

Changed May 04, 2012 11:36PM UTC by jstrimpel comment:1

Setting overflow-y: scroll on html instead of body fixes the issue in webkit, but causes the same issue in FF 12.

Changed May 04, 2012 11:52PM UTC by scottgonzalez comment:2

resolution: → invalid
status: newclosed

jQuery and jQuery UI do not support setting overflow on the body or html.