Bug 310651 - Full URL not displayed after cmd/ctrl/shift-enter and switching tabs

p=Edward Lee <edilee@gmail.com>
r=gavin
This commit is contained in:
asqueella%gmail.com 2007-03-12 06:06:26 +00:00
Родитель 175cc8c7a3
Коммит 5c8381d220
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -2355,6 +2355,9 @@ function canonizeUrl(aTriggeringEvent, aPostDataRef) {
}
gURLBar.value = getShortcutOrURI(url, aPostDataRef);
// Also update this so the browser display keeps the new value (bug 310651)
gBrowser.userTypedValue = gURLBar.value;
}
function UpdatePageProxyState()