123667 - case where open web location open button can incorrectly remain disabled. r/sr=hewitt

git-svn-id: svn://10.0.0.236/trunk@114443 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2002-02-13 23:40:06 +00:00
parent e9d6489ec1
commit 9eb92f7071

View File

@ -19,7 +19,7 @@
* Rights Reserved.
*
* Contributor(s): Michael Lowe <michael.lowe@bigfoot.com>
* Blake Ross <blakeross@telocity.com>
* Blake Ross <blaker@netscape.com>
*/
var browser;
@ -174,5 +174,7 @@ function useUBHistoryItem(aMenuItem)
{
var urlbar = document.getElementById("dialog.input");
urlbar.value = aMenuItem.getAttribute("label");
urlbar.focus();
doEnabling();
}