Skip to main content

Search and Top Navigation

#3675 closed bug (worksforme)

Opened December 18, 2008 09:41AM UTC

Closed January 02, 2009 04:45AM UTC

Last modified October 11, 2012 09:15PM UTC

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)
  • overflow.jpg (55.6 KB) - added by Skippy December 18, 2008 09:42AM UTC.

    Screenshot of the problem (IE)

Change History (2)

Changed January 02, 2009 04:45AM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

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

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted