mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
Fix for bug 46678. We need to ignore onInput event right after somebody set the value of the textfield else autocomplete will start. R=radha
This commit is contained in:
parent
a7c26e84f5
commit
cfa121852f
@ -365,7 +365,7 @@ nsXULBrowserWindow.prototype =
|
||||
|
||||
// We should probably not do this if the value has changed since the user
|
||||
// searched
|
||||
locationFld.setAttribute("value", location);
|
||||
locationFld.value = location;
|
||||
|
||||
UpdateBackForwardButtons();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user