Status: Available Owner: [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-Mac Area-BrowserBackend
New issue 5095 by [EMAIL PROTECTED]: TestShell: Clicking popup menu select asserts http://code.google.com/p/chromium/issues/detail?id=5095 Go to a page with popup menu selects (http://code.google.com/p/chromium/issues/entry) and click one of the popup menus. We assert. What's happening is that we're asked to create a popup widget with no NSWindow parent (webwidget_host.mm, WebWidgetHost::Create()). We then subtract the toolbar height from that empty frame rectangle, giving us an invalid size rectangle. We then assert trying to use it. Treating a popup menu like a window sounds bad, we'll have to figure out how to get around this and use a real NSMenu. I think on windows they fake it, but we shouldn't do that. -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
