[webkit-reviews] review granted: [Bug 9605] REGRESSION: pageX and pageY are both 0 for events created with initMouseEvent : [Attachment 9067] Now with expected results

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue Jun 27 14:58:51 PDT 2006


Darin Adler <darin at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 9605: REGRESSION: pageX and pageY are both 0 for events created with
initMouseEvent
http://bugzilla.opendarwin.org/show_bug.cgi?id=9605

Attachment 9067: Now with expected results
http://bugzilla.opendarwin.org/attachment.cgi?id=9067&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
The values here aren't right for offsetX/Y. The reason for that is that they
can't be correct until you dispatch the event to an object. We really should be
testing the values of these after dispatching too.

r=me, we can deal with that later



More information about the webkit-reviews mailing list