Comment #9 on issue 28107 by [email protected]: Mac: bad z-order (mismatched with focus) when used with Spaces http://code.google.com/p/chromium/issues/detail?id=28107
The question is partly how the window is used. What's unusual about the status bubble is that (in the current code) once it's created, it stays a child window even when hidden. The omnibox popup does not do this (it is removed as a child window when it disappears). The bookmark bubble doesn't do this either. Nor does the download-started arrow. (I think this is the mention in tab_window_controller.mm.) We have Spaces-related z-order problems with tab modal dialogs (there's already a bug filed for that somewhere -- create a couple windows, get an http auth sheet, and switch spaces back and forth a few times); but it's not the big deal it is with the status bubble since the sheet is visibly out front. WIth the status bubble, you get an invisible (zero opacity) window out front (unless you're lucky and it's visible, in which case you get a tiny window). I haven't checked the extension popup, but I'd guess that it also removes itself as a child window when hidden. -- 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
