diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index 655a7ff67509..382c4642840b 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -734,6 +734,7 @@ var BrowserUI = { // URL textbox events case "click": this.show(UIMODE_URLEDIT); + this.updateAutoComplete(true); break; case "input": this.updateAutoComplete(false);