Closed Bug 1557094 Opened 5 years ago Closed 4 months ago

metaKey does not work on Windows10

Categories

(Core :: DOM: Events, defect, P3)

x86_64
Windows 10
defect

Tracking

()

RESOLVED DUPLICATE of bug 1266437
Tracking Status
firefox69 --- affected

People

(Reporter: alice0775, Unassigned)

References

Details

(Keywords: parity-chrome)

Steps to reproduce:

  1. Open https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/metaKey
  2. Run the codepen
  3. 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)
Depends on: 1557093
Flags: needinfo?(htsai)
Priority: -- → P3
Severity: normal → S3

The issue was fixed in Bug 1266437, but https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/metaKey has not been updated.

(In reply to 6k64x4ma from comment #2)

The issue was fixed in Bug 1266437,

Right.

but https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/metaKey has not been updated.

Oh? It's documented.

Note: On Macintosh keyboards, this key is the command key (⌘). On Windows keyboards, this key is the Windows key (⊞).

and I got the expected result in the test case.

Status: NEW → RESOLVED
Closed: 4 months ago
Duplicate of bug: 1266437
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.