Skip to content

Commit a969e46

Browse files
author
Alexander Alekseev
committed
ChromeOS: Learn More link on EULA screen should not trigger adjacent checkbox.
When user hits Enter on focused "Learn More" link of the EULA screen, adjacent checkbox was involuntary triggered. This CL fixed it. [email protected] (cherry picked from commit ddacd55) Bug: 771095 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I500ab0c41934c124a6ee1fa03a1ea7f62faf5485 Reviewed-on: https://chromium-review.googlesource.com/721892 Reviewed-by: Wenzhao (Colin) Zang <[email protected]> Commit-Queue: Alexander Alekseev <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#509454} Reviewed-on: https://chromium-review.googlesource.com/727661 Reviewed-by: Alexander Alekseev <[email protected]> Cr-Commit-Position: refs/branch-heads/3239@{#62} Cr-Branched-From: adb61db-refs/heads/master@{#508578}
1 parent c0643eb commit a969e46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

chrome/browser/resources/chromeos/login/oobe_eula.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ <h1 class="title" i18n-content="oobeEulaSectionTitle"></h1>
7272
<div id="logging" class="layout horizontal">
7373
<paper-checkbox id="usageStats" checked="{{usageStatsChecked}}"
7474
on-change="onUsageChanged_">
75-
<div id="usageStatsLabelContainer">
76-
<span i18n-content="checkboxLogging"></span>
77-
<a id="" href="#" i18n-content="learnMore"
78-
on-tap="onUsageStatsHelpLinkClicked_">
79-
</a>
80-
</div>
8175
</paper-checkbox>
76+
<div id="usageStatsLabelContainer">
77+
<span i18n-content="checkboxLogging"></span>
78+
<a id="" href="#" i18n-content="learnMore"
79+
on-tap="onUsageStatsHelpLinkClicked_">
80+
</a>
81+
</div>
8282
</div>
8383
</div>
8484
<div class="bottom-buttons flex layout horizontal">

0 commit comments

Comments
 (0)