mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Ensure the findbar target content browser follows the active tab.
This commit is contained in:
parent
2f16623ba1
commit
6663a8fe28
1 changed files with 5 additions and 0 deletions
|
|
@ -1041,6 +1041,11 @@
|
|||
// Bug 666809 - SecurityUI support for e10s
|
||||
var webProgress = this.mCurrentBrowser.webProgress;
|
||||
var securityUI = this.mCurrentBrowser.securityUI;
|
||||
|
||||
// Update global findbar with new content browser
|
||||
if (gFindBarInitialized) {
|
||||
gFindBar.browser = newBrowser;
|
||||
}
|
||||
|
||||
this._callProgressListeners(null, "onLocationChange",
|
||||
[webProgress, null, loc, 0], true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue