Bug 151807: New Tab button and New Tab context menu items don't set focus to urlbar after opening the new tab. r=bryner, sr=blake

This commit is contained in:
jaggernaut%netscape.com 2006-09-14 06:04:21 +00:00
Родитель a27a1aaac1
Коммит 458995853f
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -390,9 +390,10 @@ Contributor(s): ______________________________________. -->
<!-- this box is temporary, pending XBLified <browser> -->
<hbox id="browser" flex="1">
<tabbrowser id="content"
flex="1" contenttooltip="aHTMLTooltip"
contentcontextmenu="contentAreaContextMenu"
onclick="return contentAreaClick(event);"/>
flex="1" contenttooltip="aHTMLTooltip"
contentcontextmenu="contentAreaContextMenu"
onnewtab="BrowserOpenTab();"
onclick="return contentAreaClick(event);"/>
</hbox>
</vbox>
</hbox>