Comment #8 on issue 13468 by [email protected]: Sometimes omnibox just stops working. http://code.google.com/p/chromium/issues/detail?id=13468
Definitely. I was debugging it and finding that delayed tasks were being registered but never firing, and Rohit mentioned this connection. I suspect that autocomplete might be making it worse, because as you type it's submitting delayed tasks, there's probably a high chance that you'll invoke a nested message loop (like for a context menu) soon after entering an url or search text (autocomplete schedules delayed tasks). -- 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 -~----------~----~----~----~------~----~------~--~---
