[Webkit-unassigned] [Bug 9181] Complete DOMUIEvent Obj-C API to reflect UIEvent
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Jun 9 05:29:00 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
------- Comment #11 from jonas.witt at gmail.com 2006-06-09 05:28 PDT -------
Created an attachment (id=8784)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=8784&action=view)
Testcase for the ObjC DOMEvent API
OK, here's what I've got so far. I've added enableDOMUIEventLogging: that lets
the eventSender register itself as an event lister for pretty much all event
types (with the exception of DOMMutationEvents) on the node that's been given
as an argument.
The event handler is supposed to take the event and dump it's properties in the
result <div> on the HTML page that called enableDOMUIEventLogging: - however,
as you see in the output of the first small testcase I created, I always get 0
for the coordinates of DOMMouseEvents, for example. Since this is working in
the app I'm actually working on, I suppose it's related to the way that
DumpRenderTree simulates and handles events. Any comments?
--
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