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

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

Issue 23624005: Merge 218255 "Fix creating a directory in the Save-as dialog." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1599/src/
Patch Set: 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
===================================================================
--- chrome/browser/resources/file_manager/main.html (revision 219910)
+++ chrome/browser/resources/file_manager/main.html (working copy)
@@ -363,7 +363,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>
@@ -377,7 +378,8 @@
</div>
</div>
</div>
- <div class="dialog-footer progressable" visibleif="saveas-file folder">
+ <div class="dialog-footer progressable" tabindex="-1"
+ 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