[Webkit-unassigned] [Bug 25691] New: No drop event when dropping on a dynamic page element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 06:51:04 PDT 2009


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

           Summary: No drop event when dropping on a dynamic page element.
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noel.gordon at gmail.com
                CC: sam at webkit.org


Create a <div> with text inside it, attach drag drop listeners.  Dynamically
update the <div> text (using .innerHTML, for example) while dragging Text or
URLs over the <div>.

1) Release the mouse button while dragging over the dynamic text; a drop event
should be generated.

2) Press the escape key (to cancel the drag) while dragging over the dynamic
text; a dragleave event should be generated.

Safari 4 Beta (5528.16), FAILS
 1) mouse button release: no drop event is generated.  
 2) escape key: no dragleave event is generated.

Safari 3.1.2 (5525.2.0.1), FAILS
 1) mouse button release: no drop event is generated.  
 2) escape key: no dragleave event is generated.

IE7 (7.0.60001.18000) Vista SP1, OK
 1) mouse button release: drop event generated.  
 2) escape key: dragleave event generated.

IE6 (6.0.2900.5512.xpsp_sp3) XP SP3, OK
 1) mouse button release: drop event generated.  
 2) escape key: dragleave event generated.


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