mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 983189: No longer update the findbar when results from the child are received. r=mikedeboer
This commit is contained in:
parent
d79cddb9e0
commit
c60c794748
@ -1233,8 +1233,6 @@
|
||||
<method name="onFindResult">
|
||||
<parameter name="aData"/>
|
||||
<body><![CDATA[
|
||||
if (aData.storeResult && this._findField.value != this.browser.finder.searchString)
|
||||
this._findField.value = this.browser.finder.searchString;
|
||||
this._updateStatusUI(aData.result, aData.findBackwards);
|
||||
this._updateStatusUIBar(aData.linkURL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user