Comment #7 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
Neither does chrome's bookmark bubble, so it has to be more than just the child window adding. Here's where we use child windows, once we find out the problem, these need to be audited: ~/src/chrome-git/src thakis$ ack addChildWindow chrome/browser/cocoa/ chrome/browser/cocoa/bookmark_bubble_controller.mm 73:// We want this to be a child of a browser window. addChildWindow: 77:// position). We cannot have an addChildWindow: and a subsequent 84: [parentWindow_ addChildWindow:window ordered:NSWindowAbove]; chrome/browser/cocoa/download_started_animation_mac.mm 140: [parentWindow addChildWindow:self ordered:NSWindowAbove]; chrome/browser/cocoa/extensions/extension_popup_controller.mm 168:// We want this to be a child of a browser window. addChildWindow: (called from 172:// addChildWindow: and a subsequent showWindow:. Thus, we have our own version. 174: [parentWindow_ addChildWindow:[self window] ordered:NSWindowAbove]; chrome/browser/cocoa/status_bubble_mac.mm 348: [parent_ addChildWindow:window_ ordered:NSWindowAbove]; chrome/browser/cocoa/tab_window_controller.mm 106: [window addChildWindow:overlayWindow_ ordered:NSWindowAbove]; -- 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
