Commit b3add942 authored by Roman Aleksandrov's avatar Roman Aleksandrov Committed by Commit Bot

EulaScreen: Return focus to link after quiting System security settings.

Bug: 1049959
Change-Id: Ic0ff0f33c61ad479fca631a6e98bc88aa84b674a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216213Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Aleksandrov <raleksandrov@google.com>
Cr-Commit-Position: refs/heads/master@{#772186}
parent b4f1fe90
...@@ -206,6 +206,7 @@ Polymer({ ...@@ -206,6 +206,7 @@ Polymer({
this.$.installationSettingsDialog.hidden = true; this.$.installationSettingsDialog.hidden = true;
this.$.eulaDialog.hidden = false; this.$.eulaDialog.hidden = false;
this.$.eulaDialog.show(); this.$.eulaDialog.show();
this.$.installationSettings.focus();
}, },
/** /**
......
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