зеркало из https://github.com/mozilla/gecko-dev.git
Bug 842516 - Disable the form manager until we can fix all the bugs. r=mbrubeck
This commit is contained in:
Родитель
1aab8302dd
Коммит
50bf193a3e
|
@ -22,7 +22,7 @@ pref("metro.debug.selection.dumpRanges", false);
|
|||
pref("metro.debug.selection.dumpEvents", false);
|
||||
|
||||
// Form helper options: 0 = disabled, 1 = enabled, 2 = dynamic depending on screen size
|
||||
pref("formhelper.mode", 1);
|
||||
pref("formhelper.mode", 0);
|
||||
// Auto zoom to form elements when they take focus
|
||||
pref("formhelper.autozoom", true);
|
||||
// Auto zoom to the caret
|
||||
|
|
Загрузка…
Ссылка в новой задаче