#3548 closed bug (notabug)
Draggables causing overflow bug in IE
Reported by: | Skippy | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.draggable | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a container div which has the following properties :
height: 420px; width: 355px; overflow:auto;
Inside that div, there's a container for a list of elements, which has no specific properties. When I make the elements draggable, the list doesn't overflow. As a pic is better than a thousand words, a screenshot is attached.
This happens only on IE (version 7, couldn't test with the 6), Fx, Opera and others run fine.
Attachments (2)
Change History (7)
Changed 11 years ago by
Attachment: | pb_css.jpg added |
---|
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
You have to set the position of the overflowing container to relative - this will fix it.
comment:3 Changed 11 years ago by
This fixed the bug, right, but now on drag the draggable element appears "below" the others (the drag & drop operatin still workds fine though). The draggable element don't have any specific CSS rule (except height, bakground and border). (see attachment "Draggable bug")
Screenshot of the problem