зеркало из https://github.com/mozilla/gecko-dev.git
Bug 514861 - Find does not match characters beyond first non-matching character after FAYT failure. r=gavin
This commit is contained in:
Родитель
be6f02b857
Коммит
95b9cffb5a
|
@ -1185,6 +1185,8 @@
|
|||
clearTimeout(this._quickFindTimeout);
|
||||
this._quickFindTimeout = null;
|
||||
}
|
||||
|
||||
this._findFailedString = null;
|
||||
]]></body>
|
||||
</method>
|
||||
|
||||
|
@ -1749,8 +1751,7 @@
|
|||
|
||||
var res;
|
||||
// Ensure the stored SearchString is in sync with what we want to find
|
||||
if (this._findField.value != this._browser.fastFind.searchString &&
|
||||
!this.hidden)
|
||||
if (this._findField.value != this._browser.fastFind.searchString)
|
||||
res = this._find(this._findField.value);
|
||||
else
|
||||
res = this._findAgain(aFindPrevious);
|
||||
|
|
Загрузка…
Ссылка в новой задаче