Opened 15 years ago
Closed 15 years ago
#3083 closed bug (notabug)
Problem Draggable inside a DIV whose CSS overflow property is set to auto
Reported by: | NeoAnderson | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.6b |
Component: | ui.draggable | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a DIV Element and overflow(CSS) property for this element is set to auto (and scroll is also tried). I have some anchor tags inside that DIV element and I have another DIV element which is droppable. When I am dragging those links and trying to drop them in the droppable DIV, then scroll bars appeared and I am not able to drag those links out of the DIV ( the one which is having overflow property).
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 1.5.2 → 1.6b |
---|
comment:3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
You have to use the appendTo option to append it to a higher node than the node with scroll auto to be able to drag it out.
Note: See
TracTickets for help on using
tickets.
Forgot to post, this problem occurs in FF2 only. It is working fine in IE 7.