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

Unified Diff: chrome/browser/resources/chromeos/user_images_grid.js

Issue 10829428: [cros] Fix UserImagesGrid display regression. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/chromeos/login/oobe_screen_user_image.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/chromeos/user_images_grid.js
diff --git a/chrome/browser/resources/chromeos/user_images_grid.js b/chrome/browser/resources/chromeos/user_images_grid.js
index 335d00651181ea1b4345950187da1fef74700edf..8a1fb5f27706254d9bd41069a5b4e294b433986c 100644
--- a/chrome/browser/resources/chromeos/user_images_grid.js
+++ b/chrome/browser/resources/chromeos/user_images_grid.js
@@ -146,6 +146,7 @@ cr.define('options', function() {
this.addEventListener('dblclick', this.handleDblClick_.bind(this));
this.addEventListener('change', this.handleChange_.bind(this));
this.setAttribute('role', 'listbox');
+ this.autoExpands = true;
},
/**
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screen_user_image.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698