mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
6a7273f4d4
commit
a932f1fd32
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user