Forum Discussion
Stephanowicz
Nov 01, 2022Copper Contributor
incorrect media query pointer: coarse (not fine) on Windows 10 desktop/laptop with touch, mouse
Hello,
this has also has been discussed on bugzilla: 1638556 - incorrect CSS media query pointer: coarse (not fine) on Windows 10 desktop/laptop with trackpad/touchpad and no external mouse (mozilla.org)
For a quicktest I used the mentioned testpage: https://patrickhlauke.github.io/touch/pointer-hover-any-pointer-any-hover/
Results for Edge (Version 107.0.1418.26 (Offizielles Build) (64-Bit):
pointer:none | false |
pointer:coarse | true |
pointer:fine | false |
hover:none | true |
hover:hover | false |
any-pointer:none | false |
any-pointer:coarse | true |
any-pointer:fine | false |
any-hover:none | true |
any-hover:hover | false |
Results for Firefox (Build: 106.0.3 (64-Bit))
pointer:none | false |
pointer:coarse | true |
pointer:fine | false |
hover:none | true |
hover:hover | false |
any-pointer:none | false |
any-pointer:coarse | true |
any-pointer:fine | true |
any-hover:none | false |
any-hover:hover | true |
seems like the primary pointing-device is not the mouse -
nevertheless any-pointer:fine should be TRUE
Cheers, Stephan
No RepliesBe the first to reply