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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2153323002: MD Downloads: rework "more actions" menu focus handling code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdf Created 4 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 | « chrome/browser/resources/md_downloads/toolbar.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 61a036923653222840b20d0bde216bb80c8fed08..5c039585445759e7846e952e86f933206838fea5 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -2650,10 +2650,10 @@ paper-button {
<paper-menu-button id="more" horizontal-align="[[overflowAlign_]]">
<paper-icon-button icon="cr:more-vert" title="$i18n{moreActions}" class="dropdown-trigger"></paper-icon-button>
<paper-menu class="dropdown-content">
- <paper-item class="clear-all" on-tap="onClearAllTap_">
+ <paper-item class="clear-all" on-tap="onClearAllTap_" on-blur="onItemBlur_">
$i18n{clearAll}
</paper-item>
- <paper-item on-tap="onOpenDownloadsFolderTap_">
+ <paper-item on-tap="onOpenDownloadsFolderTap_" on-blur="onItemBlur_">
$i18n{openDownloadsFolder}
</paper-item>
</paper-menu>
« no previous file with comments | « chrome/browser/resources/md_downloads/toolbar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698