[Webkit-unassigned] [Bug 79417] New: Drag image has a background when it shouldn't

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 16:17:23 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79417

           Summary: Drag image has a background when it shouldn't
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: richard at deadmarshes.com


Created an attachment (id=128587)
 --> (https://bugs.webkit.org/attachment.cgi?id=128587&action=review)
Drag image with white background.

In the attached reduced test case, when a draggable element appears inside of a positioned element, it retains a semi-opaque white background that is impossible to remove or change in any way.  In fact, when you set a background with -webkit-drag, it appears that the -webkit-drag pseudo-element is contained within a parent element, because when you specify a background on -webkit-drag, it appears, but it appears inside of the outer white background.

To work-around, if you add the declarations width: 100% and height: 100% to body, html, the white background disappears from the drag image.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list