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

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

Issue 22880017: Fix creating a directory in the Save-as dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 7 years, 4 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 | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | 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 f834f20c3cf5cb134e65d506881f362a609e2654..7fc55c098ca9642c688b71fbd51da29c98f95254 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -367,7 +367,8 @@
<div class=progress-bar>
<div class=progress-track></div>
</div>
- <div class="right buttonbar" id="open-panel" visibleif="open-file open-multi-file">
+ <div class="right buttonbar" id="open-panel"
+ visibleif="open-file open-multi-file">
<select class="file-type"></select>
<button class=ok disabled tabindex="7"></button>
<button class=cancel i18n-content=CANCEL_LABEL tabindex="8"></button>
@@ -381,7 +382,8 @@
</div>
</div>
</div>
- <div class="dialog-footer progressable" visibleif="saveas-file folder">
+ <div class="dialog-footer progressable" tabindex="-1"
hirono 2013/08/19 03:51:06 Just curious, why the tabindex is needed?
mtomasz 2013/08/19 03:53:35 When we click on the footer we want it to get focu
+ visibleif="saveas-file folder">
<div class="left">
<button id="new-folder" i18n-content=NEW_FOLDER_BUTTON_LABEL
visibleif="saveas-file folder" command="#newfolder"
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698