зеркало из https://github.com/mozilla/gecko-dev.git
Bug 789358: Enable hit-target fluffing for b2g. r=doublec
This commit is contained in:
Родитель
9740f92b6e
Коммит
b8d176e27c
|
@ -546,5 +546,9 @@ pref("dom.disable_window_open_dialog_feature", true);
|
|||
// Screen reader support
|
||||
pref("accessibility.accessfu.activate", 2);
|
||||
|
||||
// Enable hit-target fluffing
|
||||
pref("ui.touch.radius.enabled", true);
|
||||
pref("ui.mouse.radius.enabled", true);
|
||||
|
||||
// Disable native prompt
|
||||
pref("browser.prompt.allowNative", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче