[Webkit-unassigned] [Bug 9605] REGRESSION: pageX and pageY are both 0 for events created with initMouseEvent

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


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9060|review?                     |review-
               Flag|                            |




------- Comment #3 from darin at apple.com  2006-06-27 09:29 PDT -------
(From update of attachment 9060)
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.


-- 
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