Bug 24734
Summary: | setDragImage can't override Safari's default graphics for links and images during drag operations | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sebastian Markbåge <sebastian> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jberlin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows Vista |
Sebastian Markbåge
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jessie Berlin
<rdar://problem/5015942>
Jessie Berlin
*** This bug has been marked as a duplicate of 24735 ***