Bug 407805 - "When you open a new window, the green triangle (go button) flashes before being replaced in the url bar" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2007-12-11 12:11:53 -08:00
Родитель 258044d26a
Коммит edea737cdd
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -265,7 +265,8 @@
newlines="stripsurroundingwhitespace" newlines="stripsurroundingwhitespace"
oninput="URLBarOnInput(event);" oninput="URLBarOnInput(event);"
ontextentered="return handleURLBarCommand(param);" ontextentered="return handleURLBarCommand(param);"
ontextreverted="return handleURLBarRevert();"> ontextreverted="return handleURLBarRevert();"
pageproxystate="invalid">
<!-- Use onclick instead of normal popup= syntax since the popup <!-- Use onclick instead of normal popup= syntax since the popup
code fires onmousedown, and hence eats our favicon drag events --> code fires onmousedown, and hence eats our favicon drag events -->
<box id="identity-box" <box id="identity-box"