Bug 1859950 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Recent macOS's keyboard has [Global] key (Earth icon's keycap). Typing [Global] + [e] show 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).
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).

Back to Bug 1859950 Comment 0