Comment #16 on issue 12246 by [email protected]: Cmd+L and Cmd+K  
shortcut keys do not select full text of address bar when cursor focus is  
already in the address bar
http://code.google.com/p/chromium/issues/detail?id=12246

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=20769

------------------------------------------------------------------------
r20769 | [email protected] | 2009-07-15 12:51:59 -0700 (Wed, 15 Jul 2009)  
| 14 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/autocomplete/autocomplete_edit_view_mac.h?r1=20769&r2=20768
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/autocomplete/autocomplete_edit_view_mac.mm?r1=20769&r2=20768

[Mac] Remove guard on FocusLocation() in autocomplete field.

Reapplies http://codereview.chromium.org/149492 .  That version was
accidentally calling this code as part of the class implementation,
which caused the code to receive the "done editing" notification,
which caused the code to drop the popup...

This version stops using FocusLocation() internally, instead messaging
field_ directly.

http://crbug.com/12246
TEST=Type some stuff in address bar.  Popup should popup with suggestions.   
With cursor still in bar, Command-l should select all.

Review URL: http://codereview.chromium.org/155537
------------------------------------------------------------------------


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