Comment #2 on issue 22481 by [email protected]: Chrome crashes when opening authentication site in a backgrount tab! http://code.google.com/p/chromium/issues/detail?id=22481
This is an ASSERT, I don't think it would crash without asserts on. The problem is that we create a view hierarchy for the basic auth dialog on a hidden tab. Since the tab is hidden, it is not parented and therefore does not have a focus manager, which is what triggers the NOTREACHED (when the dialogs attempts to register its accelerators, for Enter and Esc). -- 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
