Status: Unconfirmed Owner: [email protected] Labels: OS-Mac Area-Misc Pri-2 Type-Bug
New issue 18854 by [email protected]: Chrome windows have no title in expose http://code.google.com/p/chromium/issues/detail?id=18854 Chrome Version : 3.0.197.12 What steps will reproduce the problem? 1. Hit F9 to open expose 2. Move cursor over a chrome window What is the expected result? The title of the current tab should be displayed above the window, like with every other app's windows. What happens instead? No text is shown. This is because we do not set a title on the browser window, because we don't want cocoa to paint the window's title. Now that we draw the window ourselves (because of themes), we might be able to just set the title, which would fix this issue. See workarounds in BrowserWindowCocoa::UpdateTitleBar(). -- 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 -~----------~----~----~----~------~----~------~--~---
