Bug 24734 - setDragImage can't override Safari's default graphics for links and images during drag operations
Summary: setDragImage can't override Safari's default graphics for links and images du...
Status: RESOLVED DUPLICATE of bug 24735
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 20:27 PDT by Sebastian Markbåge
Modified: 2009-06-23 18:47 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Markbåge 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.
Comment 1 Jessie Berlin 2009-06-23 18:45:48 PDT
<rdar://problem/5015942>
Comment 2 Jessie Berlin 2009-06-23 18:47:10 PDT

*** This bug has been marked as a duplicate of 24735 ***