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)
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).
Reporter | ||
Comment 1•1 year ago
|
||
Ah, already filed.
You need to log in
before you can comment on or make changes to this bug.
Description
•