[Webkit-unassigned] [Bug 10301] New: javascript onMouseOver events not sent during drag
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Tue Aug 8 00:15:11 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10301
Summary: javascript onMouseOver events not sent during drag
Product: WebKit
Version: 419.x
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: JavaScriptCore
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: adam at caffeinatedcocoa.com
Looking at the mouseDown: implementation in WebHTMLView, it appears you cancel
mouseOver events. Since the mouse button must be down for a drag operation, it
cancels the event.
This is not the expected behavior for a drag operation, as it does not allow
the element to accept drags.
--
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