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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user