Bug 648533 - "URL bar is not redrawn after tap on Android search button when having Edit Bookmark popup on" [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2011-04-22 09:08:00 -04:00
Родитель e6db6daf1e
Коммит 9358c6d051
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -681,6 +681,8 @@ var BrowserUI = {
this.hidePanel();
this._hidePopup();
if (this.activeDialog)
this.activeDialog.close();
this.activePanel = AllPagesList;
},