Skip to main content

Search and Top Navigation

#3083 closed bug (notabug)

Opened July 10, 2008 01:42PM UTC

Closed July 29, 2008 08:53AM UTC

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).

Attachments (0)
Change History (3)

Changed July 10, 2008 02:09PM UTC by NeoAnderson comment:1

Forgot to post, this problem occurs in FF2 only. It is working fine in IE 7.

Changed July 10, 2008 08:51PM UTC by paul comment:2

milestone: 1.5.21.6b

Changed July 29, 2008 08:53AM UTC by paul comment:3

resolution: → invalid
status: newclosed

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.