Bug 958666 - Disable autofocus on b2g. r=vingetun

This commit is contained in:
Dale Harvey 2014-01-31 03:29:18 +00:00
parent baa8759bfe
commit 71a27512b0
2 changed files with 7 additions and 1 deletions

View File

@ -887,3 +887,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);

View File

@ -21,7 +21,9 @@ fuzzy-if(/^Windows\x20NT\x205\.1/.test(http.oscpu),64,4) fuzzy-if(cocoaWidget,63
== number-disabled.html number-disabled-ref.html
# focus
needs-focus == focus-handling.html focus-handling-ref.html
# autofocus is disabled on B2G
# https://bugzilla.mozilla.org/show_bug.cgi?id=965763
skip-if(B2G) needs-focus == focus-handling.html focus-handling-ref.html
# select
== number-selected.html number-selected-ref.html