[webkit-reviews] review denied: [Bug 9605] REGRESSION: pageX and pageY are both 0 for events created with initMouseEvent : [Attachment 9060] First attempt

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue Jun 27 09:29:50 PDT 2006


Darin Adler <darin at apple.com> has denied 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 9060: First attempt
http://bugzilla.opendarwin.org/attachment.cgi?id=9060&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
This looks wrong to me. The initMouseEvent function is passing clientX and
clientY to a function that takes parameters named pageX and pageY.

The parameters to initMouseEvent are not the page x and y, but rather the
client x and y. You can check this with other browsers, but I'm pretty sure
this is true.



More information about the webkit-reviews mailing list