Update hover/pointer media query depending on device mode
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: justrandomusr, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
When I switch the mode (laptop to tablet) of my convertible 2-in-1 laptop, the values of the hover/pointer media queries are not updated respectively.
Expected results:
The values should have changed to hover: none and pointer: coarse.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Nils, this is a tablet-mode related bug. Do you know who should look into this?
Comment 2•6 years ago
|
||
Justin do you know which component this belongs into?
Comment 3•6 years ago
|
||
Not a perfect for for anything I can think of, but CSS is closer than Media Playback.
Comment 4•6 years ago
|
||
P3 for now, though actually the work for this issue will be on Windows backend.
Updated•3 years ago
|
Comment 5•2 years ago
|
||
Hi there,
Good news! The any-pointer and any-hover parts of this should be fixed in Bug 1813979.
The pointer and hover fixes are coming, and the work is being tracked in Bug 1851244.
Description
•