RESOLVED DUPLICATE of bug 24735 24734
setDragImage can't override Safari's default graphics for links and images during drag operations
https://bugs.webkit.org/show_bug.cgi?id=24734
Summary setDragImage can't override Safari's default graphics for links and images du...
Sebastian Markbåge
Reported 2009-03-20 20:27:38 PDT
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.
Attachments
Jessie Berlin
Comment 1 2009-06-23 18:45:48 PDT
Jessie Berlin
Comment 2 2009-06-23 18:47:10 PDT
*** This bug has been marked as a duplicate of 24735 ***
Note You need to log in before you can comment on or make changes to this bug.