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

Unified Diff: ui/file_manager/gallery/gallery.html

Issue 1275323002: Gallery: replace paper-input of rename field with HTMLInputElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index fcbb75dfd695ae1367cf434da1bed3c66fece255..93900d64980d9c01d9fe4b9c075e7fc29acbbb1c 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -46,7 +46,10 @@
</div>
<div id="top-toolbar" class="toolbar top tool dimmable">
<div class="filename-spacer">
- <paper-input no-label-float spellcheck="false"></paper-input>
+ <!-- Change this to use paper-input after ChromeVox supports shadow DOM. -->
+ <paper-input-container id="rename-input" no-label-float>
+ <input spellcheck="false"></input>
+ </paper-input-container>
</div>
<div class="button-spacer">
<!-- Use button element for edit button to implement toggle button with
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698