For Surface Pro media query "any-pointer: fine" is true only when both the Type Cover and mouse are connected
Categories
(Core :: Widget: Win32, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: hiroto.kagotani+mozilla, Assigned: cmartin)
References
Details
(Whiteboard: [win:touch] )
Attachments
(7 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
Steps to reproduce:
On Microsoft Surface Pro 7 with Windows 11 with various pointing device configurations, visit the webpage https://patrickhlauke.github.io/touch/pointer-hover-any-pointer-any-hover/ to view media query results related to pointer.
Actual results:
- Without the Type Cover or a mouse: "any-pointer: coarse" -> true, "any-pointer: fine" -> false; CORRECT
- With the Type Cover only: "any-pointer: coarse" -> true, "any-pointer: fine" -> false; WRONG
- With a mouse only: "any-pointer: coarse" -> true, "any-pointer: fine" -> false; (rare configuration but) WRONG
- With both the Type Cover and a mouse: "any-pointer: coarse" -> true, "any-pointer: fine" -> true; CORRECT
Expected results:
In the cases 2 and 3, "any-pointer: fine" should be TRUE.
Further, in the both cases, "pointer: fine" -> TRUE and "pointer: coarse" -> FALSE preferably.
This issue may be closely related to Bug 1638556, but I am not sure it is a duplication.
Reporter | ||
Comment 1•2 years ago
|
||
Reporter | ||
Comment 2•2 years ago
|
||
Reporter | ||
Comment 3•2 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video: Playback' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Reporter | ||
Updated•2 years ago
|
Comment 6•2 years ago
|
||
The severity field is not set for this bug.
:cmartin, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 7•2 years ago
|
||
Thanks for reporting this -- I will add it to the pile of bugs that will hopefully be fixed when we land our Windows Touch overhaul :)
Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 9•2 years ago
|
||
Comment 10•2 years ago
|
||
Comment on attachment 9336628 [details]
Bug 1813979 - Docs for Windows Pointing Devices
Revision D179480 was moved to bug 1842080. Setting attachment 9336628 [details] to obsolete.
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
bugherder |
Comment 13•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment 14•2 years ago
|
||
Comment on attachment 9336628 [details]
Bug 1813979 - Docs for Windows Pointing Devices
Revision D179480 was moved to bug 1842080. Setting attachment 9336628 [details] to obsolete.
Updated•1 year ago
|
Comment 15•1 year ago
|
||
Comment 16•1 year ago
|
||
bugherder |
Assignee | ||
Comment 17•1 year ago
|
||
Comment 18•1 year ago
|
||
Comment 19•1 year ago
|
||
bugherder |
Description
•