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

Unified Diff: ui/file_manager/file_manager/foreground/js/file_manager.js

Issue 273983002: Keep base direction 'ltr' for entry names consistently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use single quotation for css files. Created 6 years, 7 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
Index: ui/file_manager/file_manager/foreground/js/file_manager.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager.js b/ui/file_manager/file_manager/foreground/js/file_manager.js
index 07aa224b3ebc1948916ff8d7abd28065e95b46f3..4fc7a049d9b2c548886def36af07698f44d5d313 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -810,7 +810,7 @@ var BOTTOM_MARGIN_FOR_PREVIEW_PANEL_PX = 52;
this.document_.addEventListener('keyup', this.onKeyUp_.bind(this));
this.renameInput_ = this.document_.createElement('input');
- this.renameInput_.className = 'rename';
+ this.renameInput_.className = 'rename entry-name';
this.renameInput_.addEventListener(
'keydown', this.onRenameInputKeyDown_.bind(this));
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/directory_tree.js ('k') | ui/file_manager/file_manager/foreground/js/file_table.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698