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

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

Issue 10103027: Fixing tab order in open dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 168f0f49756d01991d160e53f7605cfbd0b2e586..3a5be1b905e55a5c9814ec8f56d58acdae15e2df 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -234,15 +234,14 @@
visibleif='this.dialogType_ == "saveas-file"'
>[FILENAME]</div>
<input type=text class=filename-input spellcheck=false
- tabindex=1
visibleif='this.dialogType_ == "saveas-file"'>
<div class=horizontal-spacer></div>
- <button class=ok disabled tabindex=2>[OK]</button>
+ <button class=ok disabled>[OK]</button>
<div class=preparing-label i18n-content=PREPARING_LABEL>[PREPARING]</div>
<div class=progress-bar>
<div class=progress-track></div>
</div>
- <button class=cancel tabindex=3 i18n-content=CANCEL_LABEL
+ <button class=cancel i18n-content=CANCEL_LABEL
>[CANCEL]</button>
</div>
<div class="butter-bar before-show">
« 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