diff --git a/b2g/chrome/content/forms.js b/b2g/chrome/content/forms.js index 373cf11dc88..bc1c807344e 100644 --- a/b2g/chrome/content/forms.js +++ b/b2g/chrome/content/forms.js @@ -636,7 +636,7 @@ let FormAssistant = { }, showKeyboard: function fa_showKeyboard(target) { - if (this.isKeyboardOpened) + if (this.focusedElement === target) return; if (target instanceof HTMLOptionElement)