- From: EiraGe <notifications@github.com>
- Date: Wed, 04 Oct 2017 02:31:18 +0000 (UTC)
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 October 2017 02:31:40 UTC
A summarize of current behavior: Chrome & Firefox: **DSF**(device scale factor) affect **screenX/Y**, **clientX/Y** and **devicePixelRatio**, **page zoom**(eg. ctrl+/-) affect **clientX/Y** and **devicePixelRatio**, does NOT affect **screenX/Y**. (clientX/Y are in css pixel, screenX/Y are not) Firefox proposed a change in devicePixelRatio should not be affected by page zoom, and decided not to keep current behavior. Edge: **DSF** & **page zoom** both affect **clientX/Y**, and **devicePixelRatio**, NOT affect **screenX/Y** (clientX/Y are in css pixel, screenX/Y are in physical pixel) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/150#issuecomment-334033835
Received on Wednesday, 4 October 2017 02:31:40 UTC