fix for bug #203716
unable to scroll page after [left-]clicking on link in mail (existing browser window) sr=jag, a=sspitzer git-svn-id: svn://10.0.0.236/trunk@141927 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user