mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
backed out changeset b798fd098e09 (bug 1042561) for assertion failure in mochitests
This commit is contained in:
parent
dc374741b9
commit
0a27b92b32
@ -1505,7 +1505,7 @@ nsAutoCompleteController::ProcessResult(int32_t aSearchIndex, nsIAutoCompleteRes
|
||||
// get results in the future to avoid unnecessarily canceling searches.
|
||||
if (mRowCount || !minResults) {
|
||||
OpenPopup();
|
||||
} else if (mSearchesOngoing == 0) {
|
||||
} else if (result != nsIAutoCompleteResult::RESULT_NOMATCH_ONGOING) {
|
||||
ClosePopup();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user