[Webkit-unassigned] [Bug 101853] New: wrong dropEffect ("copy") on dragend when current operation is "move"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 10 20:44:53 PST 2012


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

           Summary: wrong dropEffect ("copy") on dragend when current
                    operation is "move"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Events
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: danya.postfactum at gmail.com


Created an attachment (id=173483)
 --> (https://bugs.webkit.org/attachment.cgi?id=173483&action=review)
This demonstrates wrong dropEffect on dragend when current operation is "move"

Open the attachment in Chrome on Windows 7. Open Console. Check "move" dropEffect (current operation) radiobutton.
Grab the link and drop it on document somewhere. You get:

event: dragend dropEffect: copy

instead of:

event: dragend dropEffect: move

Play with another dropEffect's. "copy", "link", "none" are passed to dragend event correctly.

This bug presents on Windows only. Tested in Chrome 22.

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



More information about the webkit-unassigned mailing list