Open
Bug 1399865
Opened 8 years ago
Updated 3 years ago
Keypress events are going to the wrong FF window
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P2)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | affected |
People
(Reporter: pbone, Unassigned)
Details
I have three windows open, each with several tabs. They're each on a different virtual desktop (Cinnamon desktop environment on Linux Mint). For some reason one of them stopped getting keypress events, I don't know why but it was working earlier, now if I press something like Ctrl-tab in it to go to the next tab, it switches tabs in one of my other firefox windows instead, like the keypress events are going to the wrong window.
Updated•8 years ago
|
Component: Untriaged → Keyboard Navigation
Updated•8 years ago
|
Component: Keyboard Navigation → Widget: Gtk
Product: Firefox → Core
Comment 1•8 years ago
|
||
Does this always happen or just occasionally? Some reliable steps to reproduce would be helpful.
Flags: needinfo?(pbone)
Priority: -- → P2
Comment 2•8 years ago
|
||
Please check that MOZ_USE_XINPUT2 is not set in the environment.
| Reporter | ||
Comment 3•8 years ago
|
||
Only once so far. It hasn't happened since the original report.
Flags: needinfo?(pbone)
| Reporter | ||
Comment 4•8 years ago
|
||
MOZ_USE_XINPUT2 is unset. This is a normal install of Nightly. I usually launch it by clicking on the button I added to the task bar. There are no special options added to the button.
Comment 5•5 years ago
|
||
Moving all keyboard/IME handling bugs to DOM: UI Events & Focus Handling component.
Component: Widget: Gtk → DOM: UI Events & Focus Handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•