Focus address bar when creating a new tab.
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@156 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
@@ -338,6 +338,7 @@ void LauncherWindow::MessageReceived(BMessage* message)
|
|||||||
m_tabView->TabAt(m_tabView->CountTabs() - 1)->SetLabel("New Tab");
|
m_tabView->TabAt(m_tabView->CountTabs() - 1)->SetLabel("New Tab");
|
||||||
m_tabView->Select(m_tabView->CountTabs() - 1);
|
m_tabView->Select(m_tabView->CountTabs() - 1);
|
||||||
navigationCapabilitiesChanged(false, false, false, currentWebView());
|
navigationCapabilitiesChanged(false, false, false, currentWebView());
|
||||||
|
m_url->MakeFocus(true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user