Comment #24 on issue 17803 by [email protected]: On gmail, focus unexpectedly jumps to the location bar every now and then and location bar is focussed on every tab switch http://code.google.com/p/chromium/issues/detail?id=17803
The check for has_focus is because Mac fields have no way to set the selection, it has to use the field editor. If you don't have focus, you can't set the selection. The challenge is going to be figuring out where the model's sense of focus departs from the view having firstResponder. The focus models are different between the autocomplete model and Cocoa, so I can't offhand think of a straight-up way to probe for this. -- 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 -~----------~----~----~----~------~----~------~--~---
