diff options
author | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 11:35:18 +0000 |
---|---|---|
committer | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 11:35:18 +0000 |
commit | dec720ec4bef489c3ada09f0cf075def343098bc (patch) | |
tree | e07575ea73fcb7a0607064e350d1bb82dc43c25d /chrome/test/functional | |
parent | 21f699408c2e8ca3d17f59cd6bd69d65fc025121 (diff) | |
download | chromium_src-dec720ec4bef489c3ada09f0cf075def343098bc.zip chromium_src-dec720ec4bef489c3ada09f0cf075def343098bc.tar.gz chromium_src-dec720ec4bef489c3ada09f0cf075def343098bc.tar.bz2 |
This is an alternate CL to the fix in http://codereview.chromium.org/5553002.
The earlier fix changes the behaviour of the find bar text field such that
whenever the textfield is focused, all of the text inside it is selected. This
was done to fix a regression where the text was not getting selected when
switching tabs (read description on that issue for more info). However, this
new behaviour could be undesirable as we may not need to select the whole text
everytime find bar gains focus. Hence, in this fix, we undo the changes from
the earlier fix and add the selectall behaviour at the right place (when the
tab is switched).
BUG=none
TEST=Test added in the earlier CL still passes.
Review URL: http://codereview.chromium.org/6188005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71157 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
0 files changed, 0 insertions, 0 deletions