[Webkit-unassigned] [Bug 68703] MouseEvents need to take into account CSS transforms for correct PageX and PageY

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 01:14:12 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68703





--- Comment #3 from John Knottenbelt <jknotten at chromium.org>  2011-09-26 01:14:12 PST ---
Simon, I think that makes sense to me. If I understand correctly, we can mark this bug as invalid:

A css transform on the HTML element is no different to a css transform on any other content element, for example a <div>. We wouldn't expect a css transform on a <div> to affect the PageX and PageY mouse coordinates, and similarly the html element is no exception. A transform on the HTML element changes the coordinates of the top left corner of the HTML element, but not the document itself. PageX and PageY coordinates are relative to the top-left corner of the document.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list