Bug 1536453 Comment 7 Edit History

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

(In reply to [:philipp] from comment #4)

> there is the `dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode` pref which is supposed to get specified domains back to the legacy behaviour afaik

Right. If we disable it again completely, we need to disable `Window.event` and `Event.returnValue` again, that causes breaking a lot of web sites again. So, I recommend to use the blacklist pref if it's reproducible only in specific domain. Otherwise, we need to add new hack in the path added by bug 1514940.
(In reply to [:philipp] from comment #4)

> there is the `dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode` pref which is supposed to get specified domains back to the legacy behaviour afaik

Right. If we disable it again completely, we need to disable `Window.event` and `Event.returnValue` again, that causes breaking a lot of web sites again. So, I recommend to use the blacklist pref if it's reproducible only in specific domain. Otherwise, we need to add new hack in the path added by bug 1514940.

(Unfortunately, I don't have Office 365 account.)

Back to Bug 1536453 Comment 7