Closed
Bug 1575109
Opened 5 years ago
Closed 5 years ago
When pressing the Alt key, the KeyUp event is not triggered and vice versa
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1335347
People
(Reporter: andro.marian.v94, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/gif
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
I added an addEventListener("keyup", ...) to an input text. And when i press the 'Alt' key, only the 'keydown' is fired, the 'keyup' is not.
Actual results:
The keyup event is not fired and shows the Top menu.
After i press again Alt only the "KeyUp" is fired, keydown not.
Expected results:
Disable the toggle from Top menu by Alt.
Reporter | ||
Updated•5 years ago
|
Summary: When pressing the Alt key, the KeyUp event is not triggered → When pressing the Alt key, the KeyUp event is not triggered and vice versa
Updated•5 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
Is this by design (related to menu access keys) or a bug?
Flags: needinfo?(m_kato)
Comment 2•5 years ago
|
||
Showing the memubar is by design and conformed to same manner of Windows application.
But not firing keyup
event is a regression of e10s.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(m_kato)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•