mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 514861 - Find does not match characters beyond first non-matching character after FAYT failure. r=gavin
This commit is contained in:
parent
be6f02b857
commit
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);
|
||||
|
Loading…
Reference in New Issue
Block a user