Bug 958666 - Disable autofocus on b2g. r=vingetun

This commit is contained in:
Dale Harvey 2014-01-30 14:50:14 +00:00
Родитель 16ff0e3f92
Коммит fc8867f9a6
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -886,3 +886,7 @@ pref("apz.asyncscroll.throttle", 40);
// Using a software canvas can save memory when JS calls getImageData()
// on the canvas frequently. See bug 884226.
pref("gfx.canvas.willReadFrequently.enable", true);
// Disable autofocus until we can have it not bring up the keyboard.
// https://bugzilla.mozilla.org/show_bug.cgi?id=965763
pref("browser.autofocus", false);