Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: popup.html

Issue 12600001: Worked around Chromium issue 304532 (Closed)
Patch Set: Created Oct. 5, 2013, 3:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -118,7 +118,8 @@
<script type="text/javascript" src="notification.js"></script>
<script type="text/javascript" src="stats.js"></script>
</head>
-<body id="main">
+<!-- Set tabindex to work around Chromium issue 304532 -->
+<body id="main" tabindex="1">
<div id="notification" style="display: none">
<h1 id="title"></h1>
<p id="message"></p>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld