Settings: "Allow" dropdown is not showing on the first click.
commit2fcff0542ca2006a83bd7e1b433a16ea587a94b0
authortkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 16 Jul 2013 05:09:10 +0000 (16 05:09 +0000)
committertkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 16 Jul 2013 05:09:10 +0000 (16 05:09 +0000)
treef8c98d6135012dc32342186672d78823ecfc7f60
parent099e4391f9c218f4dc5fe8e1f9b65504bc009988
Settings: "Allow" dropdown is not showing on the first click.

This bug was triggered by Blink r147680.

A menulist SELECT element in a list item opened by the first mouse
press but it was closed immediately because the mouse press selected
the the list item, and it tiggered focus on the INPUT field.

This CL fixes the bug by avoid INPUT focus if the SELECT is focused.

BUG=257954
R=dbeam@chromium.org

Review URL: https://codereview.chromium.org/19083002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211763 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/resources/options/content_settings_exceptions_area.js
chrome/browser/resources/options/inline_editable_list.js