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

Issue 6380015: Fix ChromeOS users list multiple X problem. (Closed)

Created:
9 years, 11 months ago by xiyuan
Modified:
9 years, 7 months ago
Reviewers:
James Hawkins, kochi
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Fix ChromeOS users list multiple X problem. - Use 'raw-button' for X button so that it fix the X image; - Add a wrapper block to email and name text that fills up the space between icon and X button and has a max-width to avoid push X button out of view; BUG=chromium-os:11220, chromium-os:10944 TEST=Verify fix for chromium-os:11220 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72810

Patch Set 1 #

Total comments: 2

Patch Set 2 : address jhawkins's comments #1 #

Total comments: 2

Patch Set 3 : apply kochi's fix and for his comments #1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -19 lines) Patch
M chrome/browser/resources/options/chromeos_accounts_options_page.css View 3 chunks +8 lines, -15 lines 0 comments Download
M chrome/browser/resources/options/chromeos_accounts_user_list.js View 1 2 2 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
xiyuan
9 years, 11 months ago (2011-01-25 23:06:02 UTC) #1
James Hawkins
LGTM with nit. http://codereview.chromium.org/6380015/diff/1/chrome/browser/resources/options/chromeos_accounts_user_list.js File chrome/browser/resources/options/chromeos_accounts_user_list.js (right): http://codereview.chromium.org/6380015/diff/1/chrome/browser/resources/options/chromeos_accounts_user_list.js#newcode186 chrome/browser/resources/options/chromeos_accounts_user_list.js:186: removeButton.className = 'raw-button remove-user-button'; nit: Please ...
9 years, 11 months ago (2011-01-25 23:10:33 UTC) #2
xiyuan
http://codereview.chromium.org/6380015/diff/1/chrome/browser/resources/options/chromeos_accounts_user_list.js File chrome/browser/resources/options/chromeos_accounts_user_list.js (right): http://codereview.chromium.org/6380015/diff/1/chrome/browser/resources/options/chromeos_accounts_user_list.js#newcode186 chrome/browser/resources/options/chromeos_accounts_user_list.js:186: removeButton.className = 'raw-button remove-user-button'; On 2011/01/25 23:10:33, James Hawkins ...
9 years, 11 months ago (2011-01-25 23:27:29 UTC) #3
kochi
LGTM Thanks for the fix. This addresses James's comment on http://codereview.chromium.org/6282014/
9 years, 11 months ago (2011-01-26 02:55:02 UTC) #4
kochi
Wait a moment... With this patch applied to the ToT (FYI r72596), the X button ...
9 years, 11 months ago (2011-01-26 03:50:19 UTC) #5
kochi
This should fix the X button event handler. diff --git a/chrome/browser/resources/options/chromeos_accounts_user_list.js b/c index ef4dbcd..38e6c43 100644 ...
9 years, 11 months ago (2011-01-26 04:42:10 UTC) #6
kochi
http://codereview.chromium.org/6380015/diff/5001/chrome/browser/resources/options/chromeos_accounts_user_list.js File chrome/browser/resources/options/chromeos_accounts_user_list.js (right): http://codereview.chromium.org/6380015/diff/5001/chrome/browser/resources/options/chromeos_accounts_user_list.js#newcode174 chrome/browser/resources/options/chromeos_accounts_user_list.js:174: this.user.name; How about adding 'title' attribute for labelEmail and ...
9 years, 11 months ago (2011-01-26 06:18:20 UTC) #7
xiyuan
Thanks Kochi for testing the patch. I have updated the CL to include your fix ...
9 years, 11 months ago (2011-01-26 18:27:44 UTC) #8
kochi
9 years, 11 months ago (2011-01-27 01:49:13 UTC) #9
LGTM

Thanks and the part of adding the tooltip looks good, too.

Powered by Google App Engine
This is Rietveld 408576698