[Webkit-unassigned] [Bug 34970] New: onDrop does not fire and -webkit-user-drop has no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 02:09:49 PST 2010


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

           Summary: onDrop does not fire and -webkit-user-drop has no
                    effect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: micropat+bugzilla at gmail.com


Created an attachment (id=48796)
 --> (https://bugs.webkit.org/attachment.cgi?id=48796)
Testcase

See the attached page for a test case.  To reproduce: load page, then try to
drag a word onto the target.

Expected result: An alert that says "drop" should appear.  Also, the cursor
should show that dropping is permitted.

What happens: Nothing.  onDrop does not fire the event.  The cursor shows that
dropping is not allowed.

All other events (ondragstart, ondrag, ondragend; ondragenter, ondragover,
ondragleave) successfully fire, except for ondrop.

Reproduced on:
 WebKit nightly r54757
 Chrome 5.0.317.2

Safari 4.0.4 official OK.

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