Comment #22 on issue 24956 by [email protected]: Chrome no longer allows windows to be in separate spaces http://code.google.com/p/chromium/issues/detail?id=24956
Definitely status bubbles being child windows. Disabling the -addChildWindow: (and -removeChildWindow:) calls makes the problem go away AFAICT. What the repro steps should include is "make the status bubble appear (at least once) in one or both windows" (I'm not sure about the exact conditions under which the problem exhibits itself). Note that once the status bubble has shown for a window, it stays -- when we hide it, we only do so visually (and don't remove it as a child window). An interim "fix" would be to remove the status bubble as child window on hide. This isn't a complete solution, but would limit the problem to situations in which the status bubble was actually showing. -- 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
