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