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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 10977032: Screen reader now reads the file manager selection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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/shared/js/cr/ui/table.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index cf0e32710dcb10eaf4b8d66cc54f3c897cc2825f..de423c61dd28d8b9cac998332f512eeb00f88807 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -223,7 +223,7 @@
<div class=dialog-body>
<div class=filelist-panel>
<div id="list-container">
- <div class=detail-table tabindex=0></div>
+ <div class=detail-table id="detail-table" tabindex=0></div>
Dmitry Zvorygin 2012/09/26 11:57:31 What for do you need id here?
mtomasz 2012/09/26 12:04:47 This is essential to build ids for cr.ui.ListItems
<grid class=thumbnail-grid tabindex=0></grid>
<div id="spinner-container">
<div id="spinner-with-text"></div>
« no previous file with comments | « no previous file | chrome/browser/resources/shared/js/cr/ui/table.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698