Open Bug 1593232 Opened 6 years ago Updated 3 years ago

Help key doesn't send a keydown

Categories

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

70 Branch
defect

Tracking

()

UNCONFIRMED

People

(Reporter: ossman, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0

Steps to reproduce:

Press the Help key on a macOS machine

Actual results:

I got just a keyup event.

Expected results:

I got a keydown event, then a keyup event.

Component: Untriaged → DOM: Events
Product: Firefox → Core

Dear reporter,
Thank you for reporting this bug. What is your platform? Your description contains a macOS machine and Fedora with Linux x86_64. Also, could you provide more information and STR about how to reproduce? What it the Help key in your description? Thank you.

Flags: needinfo?(ossman)

(In reply to John Dai[:jdai] from comment #1)

Dear reporter,
What is your platform? Your description contains a macOS machine and Fedora with Linux x86_64.

The platform being tested is a macOS 14 machine. However I filled out this bug report from a different machine, running Fedora.

Also, could you provide more information and STR about how to reproduce? What it the Help key in your description? Thank you.

macOS doesn't have an Insert key. Instead that spot has a key labeled Help. I.e. press the key next to Home and Delete.

Flags: needinfo?(ossman)

This page can be used to easily see the behaviour:

https://dvcs.w3.org/hg/d4e/raw-file/tip/key-event-test.html

It seems the key the reporter means is labeled "Fn" on modern keyboards, see https://gizmodo.com/new-apple-keyboard-vs-old-version-283536.

Ah. I see.

I'm afraid we don't have one of those for testing here. Does that Fn key generate any key event by itself? Or does it simply modify what other keys generate?

(In reply to Pierre Ossman from comment #5)

Ah. I see.

I'm afraid we don't have one of those for testing here. Does that Fn key generate any key event by itself? Or does it simply modify what other keys generate?

It doesn't generate any key events.

Severity: normal normal → S3 S3
You need to log in before you can comment on or make changes to this bug.