Bug 1536453 - Use legacy keyCode and charCode for powerpoint.officeapps.live.com. r=masayuki

Differential Revision: https://phabricator.services.mozilla.com/D24294

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dennis Schubert 2019-03-21 09:50:43 +00:00
Родитель ef7c431b40
Коммит 5098a5fc2e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -227,7 +227,7 @@ pref("dom.keyboardevent.keypress.hack.dispatch_non_printable_keys", "");
// non-zero keyCode or charCode value to the other). The format is exactly
// same as "dom.keyboardevent.keypress.hack.dispatch_non_printable_keys". So,
// check its explanation for the detail.
pref("dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode", "");
pref("dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode", "powerpoint.officeapps.live.com");
// Whether InputEvent.data is enabled.
pref("dom.inputevent.data.enabled", true);