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. |