diff --git a/mozilla/xpfe/communicator/resources/content/contentAreaUtils.js b/mozilla/xpfe/communicator/resources/content/contentAreaUtils.js index 9b0ba1a7e29..7510a39249d 100644 --- a/mozilla/xpfe/communicator/resources/content/contentAreaUtils.js +++ b/mozilla/xpfe/communicator/resources/content/contentAreaUtils.js @@ -110,7 +110,7 @@ function openTopBrowserWith(url) // if there's an existing browser window, open this url in one if (browserWin) { browserWin.getBrowser().loadURI(url); // Just do a normal load. - browserWin.focus(); + browserWin.content.focus(); } else window.openDialog(getBrowserURL(), "_blank", "chrome,all,dialog=no", url, null, null);