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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html

Issue 1807803002: [Media Router WebUI] Handle on dialog load focus on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per imcheng@'s comments. Created 4 years, 9 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/browser/resources/media_router/elements/media_router_header/media_router_header.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html
diff --git a/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html b/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html
index d3e5a9ad5bd72abaa8bf75a1fa63405ab392631a..09c197cdb1b0b4e3709ec7f6c63e7437369b529f 100644
--- a/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html
+++ b/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html
@@ -5,6 +5,7 @@
<link rel="import" type="css" href="../../media_router_common.css">
<link rel="import" type="css" href="media_router_header.css">
<template>
+ <div id="focus-placeholder" tabindex="0"></div>
<paper-toolbar id="header-toolbar" class$="[[view]]">
<div id="back-button-container">
<paper-icon-button id="back-button" icon="[[arrowDropIcon_]]"
@@ -13,7 +14,7 @@
</paper-icon-button>
</div>
<div id="header-and-arrow-container" on-click="onHeaderOrArrowClick_">
- <span id="header-text" title="[[tooltip]]" tabindex="0">
+ <span id="header-text" title="[[tooltip]]">
[[headingText]]</span>
<div id="arrow-drop-container">
<paper-icon-button icon="[[computeArrowDropIcon_(view)]]"
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_header/media_router_header.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698