=== applets/SlimBrowser/SlimBrowserApplet.lua ================================================================== --- applets/SlimBrowser/SlimBrowserApplet.lua (revision 38967) +++ applets/SlimBrowser/SlimBrowserApplet.lua (local) @@ -1994,6 +1994,8 @@ local currentStep = _getCurrentStep() if currentStep and currentStep.window and currentStep.window:isContextMenu() then Window:hideContextMenus() + --bug 15824: also refresh the underlying window from the CM + _refreshMe(setSelectedIndex) else _hideMeAndMyDad(setSelectedIndex) end