mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 504384 - Excessive Flickering with the Asynchronous Location Bar. r=sdwilsh
Don't tell autocomplete that we have 0 results ongoing when we just started the search, so it doesn't cause the UI to show 0 results and immediately show more.
This commit is contained in:
parent
9981a52b9b
commit
85252180c1
@ -402,7 +402,6 @@ nsPlacesAutoComplete.prototype = {
|
||||
result.setSearchString(aSearchString);
|
||||
result.setListener(this);
|
||||
this._result = result;
|
||||
this._notifyResults(true);
|
||||
|
||||
// If we are not enabled, we need to return now.
|
||||
if (!this._enabled) {
|
||||
|
Loading…
Reference in New Issue
Block a user