[Webkit-unassigned] [Bug 24734] New: setDragImage can't override Safari's default graphics for links and images during drag operations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 20:27:39 PDT 2009


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

           Summary: setDragImage can't override Safari's default graphics
                    for links and images during drag operations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sebastian at calyptus.eu


Safari generates a graphic for links (<a href="...">) when they are in the
start of a drag operation. Like wise a translucent version of an image is used
if it (<img src="..." />) is being dragged.

Neither of these can be overridden by event.dataTransfer.setDragImage(...);

This means that if it's really a parent element underneath a link that is going
to be dragged, Safari will still display a link dragging graphic. It might be
confusing since the actual drag data may not be a link at all.

It's not possible to just disable the drag image completely neither.


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



More information about the webkit-unassigned mailing list