Side navigation
#2131 closed bug (invalid)
Opened January 08, 2008 07:29PM UTC
Closed February 07, 2008 05:22PM UTC
strange behavior for draggable inside fixed position parent
Reported by: | scottgonzalez | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | draggable | Cc: | |
Blocked by: | Blocking: |
Description
When dragging an element that is inside an element that has position: fixed, there is a strange re-drawing problem for the parent element.
See http://www.scottsplayground.com/temp/drag_fixed_container/ for an example. Drag the yellow div to the left of the purple div to see the problem.
Attachments (0)
Change History (3)
Changed January 09, 2008 01:56PM UTC by comment:1
Changed January 10, 2008 06:09PM UTC by comment:2
If using a clone or ghosting, this can be avoided by appending the helper to the body:
$('#drag').draggable({
ghosting: true,
appendTo: document.body
});
Changed February 07, 2008 05:22PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Cannot reproduce it on FF Mac, but I can reproduce it with FF Win. This means it's definitely a rendering issue within the OS/Browser, and unfortunately unfixable for us. Thanks anyway!
Tested in Firefox, IE, Opera and Safari on Windows. The flickering only occurs in Firefox.