diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-08 06:38:20 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-08 06:38:20 +0000 |
commit | d0bc974fff9646376ba9af9405f95a1a41fa18d5 (patch) | |
tree | 50bed6ed4d5b64492084dbc18b014be6575de5d8 /google_update | |
parent | 6f9a9d3b012be656dab40e462c8d6153dc21431c (diff) | |
download | chromium_src-d0bc974fff9646376ba9af9405f95a1a41fa18d5.zip chromium_src-d0bc974fff9646376ba9af9405f95a1a41fa18d5.tar.gz chromium_src-d0bc974fff9646376ba9af9405f95a1a41fa18d5.tar.bz2 |
Settings: Remove delayed-focus hacks.
InlineEditableItem.editing deferred focus on an INPUT element because
it can be called in a mousedown event handler, and the default handler set focus
on a parent LIST element later. This CL changes InlineEditableItem so that it
focuses on the INPUT element immediately, and avoid to focus on the
parent LIST element in such case.
Also, we can remove setTimeout() in List.handleElementBlur_. We can refer to
FocusEvent.relatedTarget about new focused element.
BUG=271437
Review URL: https://codereview.chromium.org/25605004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_update')
0 files changed, 0 insertions, 0 deletions