[Webkit-unassigned] [Bug 24735] New: Poor setDragImage support on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 20:35:29 PDT 2009


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

           Summary: Poor setDragImage support on Windows
           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


At the start of a drag operation you can use
event.dataTransfer.setDragImage(...) to change the graphic to display by the
cursor during the operation.

On Mac this is supported for both images and elements.

On Windows Safari has support for only images as the first parameter of
setDragImage. It is not supported on <a> and <img> tags that has their own
implementations that can't be overridden.

Google Chrome has the function but no graphics shows up around the cursor for
any drag operation.

All versions should behave like the Mac version.


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