Open
Bug 1557094
Opened 2 years ago
Updated 2 years ago
metaKey does not work on Windows10
Categories
(Core :: DOM: Events, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox69 | --- | affected |
People
(Reporter: alice0775, Unassigned)
References
Details
(Keywords: parity-chrome)
Steps to reproduce:
- Open https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/metaKey
- Run the codepen
- Windows Key+click on the demo
Actual Results:
The meta key is pressed: false
Expected Results:
The meta key is pressed: true
The priority flag is not set for this bug.
:hsinyi, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(htsai)
Updated•2 years ago
|
Flags: needinfo?(htsai)
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•