pageX/pageY properties of the PointerEvent are wrong when CSS "direction:rtl" is set
Confirmed Issue #4983269 • Assigned to Christian F.
Steps to reproduce
URL:
Repro Steps:
- Add “direction:rtl” CSS to the document body
- Increase the zoom of the page to 400%
- Attach “pointermove” event listener and log the reported pageX/pageY (or layerX/layerY) and page offset width and height.
Setting zoom to 100%, or removing the CSS property “fixes” the values.
Expected Results:
Fired PointerEvent should contain pageX/pageY properties within the bounds of the page.
Actual Results:
Dev Channel specific:
No
You need to sign in to your Microsoft account to add a comment.
Sign in