Updates:
        Cc: [email protected]

Comment #6 on issue 27758 by [email protected]: Crash in extension popup -  
AppModalDialog::OnAccept()
http://code.google.com/p/chromium/issues/detail?id=27758

The problem is that the popup goes away as soon as the alert is shown,  
because it loses
focus.

A naive solution (read: hack) would stop the crash in that case, but what  
we really
need to do is convince the popup to stick around when it's showing a modal  
dialog.
Otherwise, JS confirms and prompts can't be usefully called from popups.  
Plus, it's
awkward to get the process to start accepting input again, since the  
RenderViewHost
that turned it off doesn't exist anymore.

--
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

Reply via email to