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

Unified Diff: chrome/browser/resources/ntp4/tile_page.js

Issue 1431103003: Chrome Apps Page: Fixed issue with app focusing and context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/ntp4/apps_page.js ('k') | ui/webui/resources/js/cr/ui/context_menu_handler.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/tile_page.js
diff --git a/chrome/browser/resources/ntp4/tile_page.js b/chrome/browser/resources/ntp4/tile_page.js
index f20d0f36a28310a1b116b0a2f8646a5dc0b073cf..6cda72cff2e8f06fc991fcab4cab1b645f5ffa04 100644
--- a/chrome/browser/resources/ntp4/tile_page.js
+++ b/chrome/browser/resources/ntp4/tile_page.js
@@ -703,12 +703,8 @@ cr.define('ntp', function() {
Array.prototype.indexOf.call(this.focusableElements_,
focusable);
this.updateFocusElement_();
- } else {
- // This prevents the tile page from getting focus when the user clicks
- // inside the grid but outside of any tile.
Evan Stade 2015/11/09 23:29:32 does this still work? where does focus go if you c
karandeepb 2015/11/10 14:23:20 On clicking between the tiles now, the focus reach
Evan Stade 2015/11/11 01:14:57 honestly, that bug is not worth fixing, but I can'
- e.preventDefault();
}
- },
+ },
/**
* Handle arrow key focus nav.
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | ui/webui/resources/js/cr/ui/context_menu_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698