Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2311)

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html

Issue 2945433002: MD Settings: fix incorrect behavior with Enter on bluetooth item's icon-button. (Closed)
Patch Set: easier way Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
index 79bf12d8c886659a2649262c3faa4227fe41a1ff..2bc913675b0d991ff582fcd5a59550335d32f48a 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
@@ -34,7 +34,7 @@
<div hidden$="[[!device.paired]]">
<button is="paper-icon-button-light" class="icon-more-vert"
on-tap="onMenuButtonTap_" tabindex$="[[tabindex]]"
- title="$i18n{moreActions}">
+ title="$i18n{moreActions}" on-keydown="doNothing_">
</button>
<dialog id="dotsMenu" is="cr-action-menu">
<button class="dropdown-item" role="option"

Powered by Google App Engine
This is Rietveld 408576698