incorrect media query pointer: coarse (not fine) on Windows 10 desktop/laptop with touch, mouse

Copper Contributor

Hello,
this has also has been discussed on bugzilla: 1638556 - incorrect CSS media query pointer: coarse (not fine) on Windows 10 desktop/laptop with tra...

 

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:nonefalse
pointer:coarsetrue
pointer:finefalse
hover:nonetrue
hover:hoverfalse
any-pointer:nonefalse
any-pointer:coarsetrue
any-pointer:finefalse
any-hover:nonetrue
any-hover:hoverfalse

 

Results for Firefox (Build: 106.0.3 (64-Bit))

pointer:nonefalse
pointer:coarsetrue
pointer:finefalse
hover:nonetrue
hover:hoverfalse
any-pointer:nonefalse
any-pointer:coarsetrue
any-pointer:finetrue
any-hover:nonefalse
any-hover:hovertrue

 

seems like the primary pointing-device is not the mouse -

nevertheless any-pointer:fine should be TRUE

 

Cheers, Stephan

0 Replies