#3675 closed bug (worksforme)
Draggables not showing correctly on drag
Reported by: | Skippy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.draggable | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I'm currently creating a Windows Explorer-like script, by allowing elements of a list to be dragged to other elements in an other list.
Problem is the following :
The elements in the list are in a div container which has an overflow property. So when I try to drag the elements out of this contairner, they move "under it" instead of being dragged over it.
The drag and drop still works, but the display is weird.
I attached a screenshot for better explanation. This happens in Internet Explorer 7, Firefox 3.0.4 and Opera.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | overflow.jpg added |
---|
comment:1 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This is the correct behavior based on the CSS of the elements on the page. You can avoid this problem by using the appendTo option and setting it to 'body'.
Screenshot of the problem (IE)