Bug 982620 - Australis' UITour doesn't hide the menu panel on teardown, causing recreatePopup to break later hideMenu calls, r=MattN

This commit is contained in:
Gijs Kruitbosch 2014-03-15 00:52:15 +01:00
Родитель 3a31317ce7
Коммит 0e82704c1c
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -553,8 +553,8 @@ this.UITour = {
if (!aWindowClosing) {
this.hideHighlight(aWindow);
this.hideInfo(aWindow);
aWindow.PanelUI.panel.removeAttribute("noautohide");
this.recreatePopup(aWindow.PanelUI.panel);
// Ensure the menu panel is hidden before calling recreatePopup so popup events occur.
this.hideMenu(aWindow, "appMenu");
}
this.endUrlbarCapture(aWindow);