Ticket #3083 (closed bug: notabug)

Opened 5 years ago

Last modified 5 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 5 years ago by NeoAnderson

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

comment:2 Changed 5 years ago by paul

  • Milestone changed from 1.5.2 to 1.6b

comment:3 Changed 5 years ago by paul

  • Status changed from new to closed
  • Resolution set to invalid

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.