Updates:
        Status: Started
        Cc: [email protected] [email protected] [email protected]  
[email protected] [email protected]
        Labels: -Mstone-5 Mstone-4 ReleaseBlock-Beta

Comment #49 on issue 20511 by [email protected]: Crash -  
AutocompletePopupModel::URLsForCurrentSelection(unsigned int *,bool *,GURL  
*)
http://code.google.com/p/chromium/issues/detail?id=20511

I have a repro for this.

Type a character in the address bar, hit the minimize button, click the  
taskbar entry
to restore the window, hover the Go button.

The problem is that Windows hides the popup window (for minimizing)  
directly, then
the edit tries to close it (which is implemented as a second hide).  Then  
on restore
Windows shows the window, and the state becomes inconsistent.

There are a number of ways to attack this.  Probably the simplest is to  
truly close
the window instead of just hiding it, which will prevent Windows from  
restoring it.
I'm not sure why we aren't doing that currently.

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