RESOLVED FIXED 11825
REGRESSION: Dragging of elements via -khtml-user-drag is broken
https://bugs.webkit.org/show_bug.cgi?id=11825
Summary REGRESSION: Dragging of elements via -khtml-user-drag is broken
Dave Hyatt
Reported 2006-12-13 23:25:07 PST
This example is broken: <div style="background-color:rgba(200,200,200,0.5); -khtml-user-drag:element; -khtml-user-select:none; opacity:0.8">Test</div> This feature is used by Dashboard, so breaking it is bad. Docs here: http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSProgTopics/Tasks/DragAndDrop.html The background paints, but the foreground text doesn't.
Attachments
Put paintingRootForChildren code back in. (2.38 KB, patch)
2006-12-13 23:59 PST, Dave Hyatt
oliver: review+
Dave Hyatt
Comment 1 2006-12-13 23:29:03 PST
Oops, remove opacity:0.8 to see the regression. Adding opacity actually fixes the problem.
Dave Hyatt
Comment 2 2006-12-13 23:59:25 PST
Created attachment 11836 [details] Put paintingRootForChildren code back in. I have no idea how/if this code got yanked (haven't really investigated), but here's the fix.
Dave Hyatt
Comment 3 2006-12-14 00:04:16 PST
Fixed.
David Kilzer (:ddkilzer)
Comment 4 2006-12-14 03:15:59 PST
(In reply to comment #3) > Fixed. r18208
Note You need to log in before you can comment on or make changes to this bug.