Closed
Bug 1574057
Opened 4 years ago
Closed 3 years ago
preventDefault doesn't work for Alt key
Categories
(Core :: DOM: Events, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1292053
People
(Reporter: xidorn, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
98 bytes,
text/html
|
Details |
Steps to reproduce:
- open the testcase on Windows
- press alt key
Actual result:
the menu bar shows up
Expect result:
the menu bar should not show up
The testcase basically just invoke preventDefault
on every keyup
event. This works fine on Chrome (if you press alt without preventDefault
, you can see that the three dot menu on the top right gets activated on Chrome).
This is important for web apps which want to utilize alt key as a switch of certain functionality.
Reporter | ||
Comment 2•4 years ago
|
||
I believe this is a regression from e10s. I tested a version of Firefox 48 where e10s is enabled by default but it is still possible to open non-e10s window, this issue exists on e10s window but not on non-e10s one.
Keywords: regression
Comment 3•4 years ago
|
||
This is very annoying in noVNC which gives you remote access to a different machine. A fix would be appreciated.
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•3 years ago
|
Status: REOPENED → RESOLVED
Closed: 3 years ago → 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•