Description[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.
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|