commit 30ee875053181bd69e0d0b6470edf294c04c3871
parent 7e821612ad61fa50a7afcfa25b644366aea1b630
Author: Kelly Cochrane <kcochrane@mozilla.com>
Date: Mon, 5 Jan 2026 21:20:08 +0000
Bug 2000210 - Set status panel to inactive when mousing out of one split view panel to another r=tabbrowser-reviewers,jsudiaman
Differential Revision: https://phabricator.services.mozilla.com/D277925
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/toolkit/content/widgets/tabbox.js b/toolkit/content/widgets/tabbox.js
@@ -298,6 +298,7 @@
gBrowser.appendStatusPanel(browser);
break;
case "mouseout":
+ StatusPanel.panel.setAttribute("inactive", true);
gBrowser.appendStatusPanel();
break;
}