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

Unified Diff: chrome/browser/resources/md_history/list_container.js

Issue 2165473002: MD History: Close the item overflow menu when search results change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_slash_command
Patch Set: Close unconditionally 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 | « no previous file | chrome/test/data/webui/md_history/history_overflow_menu_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/list_container.js
diff --git a/chrome/browser/resources/md_history/list_container.js b/chrome/browser/resources/md_history/list_container.js
index 448c27cae3356014d508703b4af85849af34b910..5ea6412fc2f057e0289eb01949f528341439709d 100644
--- a/chrome/browser/resources/md_history/list_container.js
+++ b/chrome/browser/resources/md_history/list_container.js
@@ -37,6 +37,7 @@ Polymer({
*/
historyResult: function(info, results) {
this.initializeResults_(info, results);
+ this.closeMenu_();
if (this.selectedPage_ == 'grouped-list') {
this.$$('#grouped-list').historyData = results;
« no previous file with comments | « no previous file | chrome/test/data/webui/md_history/history_overflow_menu_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698