Closed Bug 1859950 Opened 1 year ago Closed 1 year ago

[Global] + [e] shouldn't insert "e" character

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

Unspecified
macOS
defect

Tracking

()

RESOLVED DUPLICATE of bug 1833923

People

(Reporter: m_kato, Unassigned)

Details

Recent macOS's keyboard has [Global] key (Earth icon's keycap). Typing [Global] + [e] shows Emoji panel.

When using [Global] + [e] on Firefox, it fires keydown, keypress and input event as "e" key. I think it is incorrect. Gecko don't should input event and insert "e" character.

Also,

  • Chrome doesn't fire any key event by [Global] + [e]
  • Safari fires keydown and keypress as [e] key, but "e" isn't inserted. (input event isn't fired).

Ah, already filed.

Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1833923
Resolution: --- → DUPLICATE
See Also: 1855346
You need to log in before you can comment on or make changes to this bug.