Side navigation
#2753 closed bug (invalid)
Opened April 28, 2008 04:04PM UTC
Closed May 03, 2008 08:35AM UTC
jQuery UI sortables: "helper" item not visible when dragging between scrollable divs.
Reported by: | wang | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | sortable overflow | Cc: | |
Blocked by: | Blocking: |
Description
When dragging an item from one connected list to another (the lists are in separate divs), the helper item becomes invisible.
This only happens when one (or both) of the divs are scrollable ("overflow: scroll").
This has been tested on XP in IE7 and Fx2, and on Leopard in Fx3b5 and Safari 3.1. Please see attachment for an example.
Attachments (1)
Change History (2)
Changed April 30, 2008 10:07AM UTC by comment:1
status: | new → assigned |
---|
Changed May 03, 2008 08:35AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | assigned → closed |
That's not a bug - it happens because the helper is appended to the parent, and therefore cannot be moved out. Try using the appendTo option to append the helper to a higher node, i.e "body"