Chromium Code Reviews| 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" |