mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 958666 - Disable autofocus on b2g. r=vingetun
This commit is contained in:
parent
06739ba337
commit
3d9f212047
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user