Commit cb289d04 authored by ivankr@chromium.org's avatar ivankr@chromium.org

[cros] Fix issue with focus stealing when choosing user picture with left/right arrows.

BUG=chromium-os:19007
TEST=manual


Review URL: http://codereview.chromium.org/7715033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98408 0039d316-1c4b-4281-b951-d872f2087c98
parent 1f4d7b26
......@@ -132,6 +132,7 @@ cr.define('oobe', function() {
if (prevIndex > 0)
UserImageScreen.selectUserImage(prevIndex - 1);
}
e.stopPropagation();
});
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment