Decide whether, and document why, to check for Win11's tablet mode where we check for Win10's
Categories
(Core :: Widget: Win32, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: rkraesig, Assigned: rkraesig)
References
(Blocks 1 open bug)
Details
(Whiteboard: [win:touch])
Attachments
(2 files)
Following bug 1819421, we should be able to detect tablet mode on Windows 11. As Win10's tablet mode and Win11's tablet mode share little in common save the name, however, we have not automatically done so for Win11 where we did for Win10.
We should go through our existing uses of tablet-mode detection, determine which of them we should be done on Windows 11, and document why or why not.
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
The simplification of browser.css in bug 1844242 caused the close-button
to be hidden in tablet mode alongside the window-resizing buttons.
Revert that change's effect, and add documentation.
Assignee | ||
Comment 2•3 months ago
|
||
Document remaining uses of Win10 tablet-mode detection which do not fall
under other bugs.
In particular, we leave alone:
IsTabletDevice
in WinUtils.cpp. This falls under bug 1735765.- Uses in WinIMEHandler.{h,cpp}. These fall under bug 1929630.
No functional changes.
Updated•3 months ago
|
Comment 4•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0aee01356e7f
https://hg.mozilla.org/mozilla-central/rev/9775634e2d74
Description
•