Set focus to content area when opening bookmark (from pt or menu) (62765). r=kerz sr=ben

git-svn-id: svn://10.0.0.236/trunk@210899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2006-09-14 05:59:55 +00:00
parent 7435bb58e6
commit d55c1cf860

View File

@@ -597,8 +597,10 @@ function OpenBookmarkURL(node, datasources)
return;
// Check if we have a browser window
if (_content)
if (_content) {
loadURI(url);
_content.focus();
}
else
openDialog(getBrowserURL(), "_blank", "chrome,all,dialog=no", url);
}