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

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: be explicit about event param 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..117ddbbae3f846164c1722d4ef45a8882df84693 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="ignoreEnterKey_">
</button>
<dialog id="dotsMenu" is="cr-action-menu">
<button class="dropdown-item" role="option"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698