Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-Mac Area-BrowserUI Size-Medium
New issue 23571 by [email protected]: Mac: menu bar visibility needs to be refcounted http://code.google.com/p/chromium/issues/detail?id=23571 What steps will reproduce the problem? Open two windows. make one fullscreen with cmd-shift-F. cmd-` to switch to the other one. Make it fullscreen as well with cmd-shift-F. Toggle it back to non-fullscreen with cmd-shift-F What is the expected output? What do you see instead? Expected: menu bar stays hidden until no windows are full screen Actual: menu bar appears when any window toggles back to non-fullscreen, leaving a fullscreen window plus menu bar visible. This also affects plugins, which can create fullscreen windows of their own (see http://codereview.chromium.org/257008). We should be tracking outstanding requests for fullscreen and only showing the menu bar when that counter is zero (since the menu bar is per app, not per window). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
