From c458232ea7c9022973b73af75706c6e7fd7d69c5 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Fri, 28 Mar 2003 00:26:55 +0000 Subject: [PATCH] fix "open in new tab" when bm manager is visible --- camino/src/browser/BrowserWindowController.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/camino/src/browser/BrowserWindowController.mm b/camino/src/browser/BrowserWindowController.mm index a91ecc931f42..b452a78e3611 100644 --- a/camino/src/browser/BrowserWindowController.mm +++ b/camino/src/browser/BrowserWindowController.mm @@ -1658,6 +1658,8 @@ static NSArray* sToolbarDefaults = nil; BrowserTabViewItem* newTab = [self createNewTabItem]; BrowserWrapper* newView = [newTab view]; + [self ensureBrowserVisible:self]; + // hyatt originally made new tabs open on the far right and tabs opened from a content // link open to the right of the current tab. The idea was to keep the new tab // close to the tab that spawned it, since they are related. Users, however, got confused