Closed
Bug 1923740
Opened 11 months ago
Closed 11 months ago
On Wayland altKey always gives false
Categories
(Core :: Widget: Gtk, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1923875
People
(Reporter: deyanmegara, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
312.17 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0
Steps to reproduce:
Using the Wayland protocol, go to https://unixpapa.com/js/testkey.html and enable modifiers. Try to press Alt+another key.
Actual results:
The modifier property altKey always reports false. shiftKey, ctrlKey and metaKey seem to work OK. This only happens on Wayland (both in KDE and GNOME), and not on X11 or Windows. Last week it worked fine.
Expected results:
altKey should return true when Alt is pressed with another key.
Updated•11 months ago
|
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Comment 1•11 months ago
|
||
Thanks. Please run on terminal with WAYLAND_DEBUG=1 and attach the log here, for instance as:
WAYLAND_DEBUG=1 firefox > log.txt 2>&1
Thanks.
Flags: needinfo?(deyanmegara)
Updated•11 months ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 months ago
Duplicate of bug: 1923875
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•