[Webkit-unassigned] [Bug 10301] javascript onMouseOver events not sent during drag

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Aug 11 16:15:26 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10301


adam at caffeinatedcocoa.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




------- Comment #2 from adam at caffeinatedcocoa.com  2006-08-11 16:15 PDT -------
Sorry, you are right. This behavior is consistent with other browsers.
What I was referring to was drags between applications or windows. So, for
example, if I had a HTML page with: <html><body><a href="http://www.google.com"
onMouseOver="alert('over')">Drag Here!</a></body></html>
and I try to drag, say, a file from the finder to the link, the alert box does
not appear during the drag.
I was able to work around it in my application by making sure the webView has
focus right before the drop. Then I can receive onMouseUp events in javascript.

I still think it would be cool if it would send onMouseOver events, but it is
not a bug, so I will close this. Sorry for the inconvenience. 


-- 
Configure bugmail: http://bugzilla.opendarwin.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