Comment #18 on issue 20118 by [email protected]: Typing a colon (:) into the address bar causes the browser to freeze http://code.google.com/p/chromium/issues/detail?id=20118
The old code of BrowserWindowGtk's OnKeyPress() handler may propagate an unhandled key event to GtkWindow's default key press handler if the event is not handled by currently focused child widget, then GtkWindow's default key press handler will propagate the event to currently focused child widget again, then the event might be sent to the xim server by the widget, then the xim server might forward the event back to the toplevel window and processed by BrowserWindowGtk's OnKeyPress() handler again, then an infinite loop occurs. -- 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 -~----------~----~----~----~------~----~------~--~---
