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

Unified Diff: ui/webui/resources/js/cr/ui/menu_button.js

Issue 1098803002: Context menu is not getting hided in chrome://bookmarks after delete key press. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « ui/webui/resources/js/cr/ui/context_menu_handler.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/cr/ui/menu_button.js
diff --git a/ui/webui/resources/js/cr/ui/menu_button.js b/ui/webui/resources/js/cr/ui/menu_button.js
index 8e27b8af40ba8b55c84600664f72bf3b2e438930..df6bd8f9e3e7c174ce741db65cdedbe9330dbf5a 100644
--- a/ui/webui/resources/js/cr/ui/menu_button.js
+++ b/ui/webui/resources/js/cr/ui/menu_button.js
@@ -250,6 +250,7 @@ cr.define('cr.ui', function() {
case 'Esc':
case 'U+001B': // Maybe this is remote desktop playing a prank?
case 'U+0009': // Tab
+ case 'U+007F': // Delete
Bernhard Bauer 2015/04/20 10:46:40 This doesn't seem like the right place to hide the
Deepak 2015/04/20 12:38:35 Thanks for giving me good understanding, I got you
this.hideMenu();
break;
}
« no previous file with comments | « ui/webui/resources/js/cr/ui/context_menu_handler.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698