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

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

Issue 127843002: Files.app: Adjust tab index for the save file diaog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | no next file » | 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 7ae3c4ff98e27585c5b67f040d612ba26d7d5298..4b59f12c07d09d56413757c0bd58091031520bad 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -304,7 +304,7 @@
<button class="clear"></button>
</div>
<div class="topbutton-bar">
- <button class="menubutton gear-button" id="gear-button" tabindex="3"
+ <button class="menubutton gear-button" id="gear-button" tabindex="7"
menu="#gear-menu"
i18n-values="aria-label:GEAR_BUTTON_TOOLTIP"
aria-activedescendant="gear-menu">
@@ -334,9 +334,9 @@
<div class="drive-text" id="drive-auth-failed-warning-text"></div>
</div>
<div id="list-container">
- <div class="detail-table" id="detail-table" tabindex="1" autofocus>
+ <div class="detail-table" id="detail-table" tabindex="5" autofocus>
</div>
- <grid class="thumbnail-grid" tabindex="2"></grid>
+ <grid class="thumbnail-grid" tabindex="6"></grid>
<div class="spinner-layer"></div>
<div class="drive-welcome page"></div>
<div id="no-search-results"></div>
@@ -358,11 +358,11 @@
</div>
</div>
<div class="right buttonbar" visibleif="full-page">
- <button id="share-button" command="#share" tabindex="4"
+ <button id="share-button" command="#share" tabindex="8"
i18n-values="aria-label:SHARE_BUTTON_LABEL"></button>
<button id="tasks" class="combobutton" menu="#tasks-menu"
- tabindex="5"></button>
- <button id="delete-button" command="#delete" tabindex="6"
+ tabindex="9"></button>
+ <button id="delete-button" command="#delete" tabindex="10"
i18n-values="aria-label:DELETE_BUTTON_LABEL"></button>
</div>
<div class="preparing-label" i18n-content="PREPARING_LABEL"></div>
@@ -372,8 +372,8 @@
<div class="right buttonbar" id="open-panel"
visibleif="open-file open-multi-file">
<select class="file-type" hidden></select>
- <button class="ok" disabled tabindex="7"></button>
- <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="8"></button>
+ <button class="ok" disabled tabindex="11"></button>
+ <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="12"></button>
</div>
</div>
<div id="unmounted-panel"></div>
@@ -389,11 +389,11 @@
<div class="left">
<button id="new-folder-button" i18n-content="NEW_FOLDER_BUTTON_LABEL"
visibleif="saveas-file folder" command="#new-folder"
- tabindex="9">
+ tabindex="4">
</button>
<div id="filename-input-box">
<div class="filename-label" i18n-content="FILENAME_LABEL"></div>
- <input type="text" spellcheck="false" tabindex="10">
+ <input type="text" spellcheck="false" tabindex="1">
</div>
<div class="preparing-label" i18n-content="PREPARING_LABEL"></div>
<div class="progress-bar">
@@ -402,8 +402,8 @@
</div>
<div class="right buttonbar">
<select class="file-type" hidden></select>
- <button class="ok" disabled tabindex="11"></button>
- <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="12"></button>
+ <button class="ok" disabled tabindex="2"></button>
+ <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button>
</div>
</div>
<div id="drag-container"></div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698