[Webkit-unassigned] [Bug 88745] New: Elements nested in display-block parent have no drag image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 10 20:20:15 PDT 2012


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

           Summary: Elements nested in display-block parent have no drag
                    image
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://jsfiddle.net/TrevorBurnham/8v5BN/
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: trevorburnham at gmail.com


Test case: http://jsfiddle.net/TrevorBurnham/8v5BN/

When the wrapper is display: block, the block nested inside of it (with draggable=true) has a normal "ghost image" when dragged. But when the wrapper is display: inline-block, there is no visible image; just the mouse cursor. (The dragstart event does occur as expected.) This happens even if e.dataTransfer.setDragImage is called from the dragstart event handler.

The drag image renders as expected in Firefox.

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