Closed
Bug 1856500
Opened 2 years ago
Closed 2 years ago
Remove dom.keyboardevent.keypress.set_keycode_and_charcode_to_same_value pref
Categories
(Core :: DOM: Events, task)
Core
DOM: Events
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: gregp, Unassigned)
Details
Attachments
(1 obsolete file)
It's been enabled by default for about five years now (bug 1496288).
| Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → gregp
Status: NEW → ASSIGNED
Please do not remove this pref because the legacy mode is still used in some web app instances, see the actor:
https://searchfox.org/mozilla-central/source/toolkit/actors/KeyPressEventModelCheckerChild.sys.mjs
Although the pref itself is not directly used by the actor, but the pref is still useful for debugging web apps which may have trouble about KeyboardEvent handling.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
And also there are block list/allowed list prefs.
https://searchfox.org/mozilla-central/rev/630d2c45fc127a44756e3cca8cef51c35654a4b4/layout/base/PresShell.cpp#8703-8709
Updated•2 years ago
|
Attachment #9356276 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•