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

Issue 2467783002: ChromeOS: update alignment of user POD error bubble. (Closed)

Created:
4 years, 1 month ago by Alexander Alekseev
Modified:
4 years, 1 month ago
Reviewers:
xiyuan, jdufault
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ChromeOS: update alignment of user POD error bubble. BUG=642400 Committed: https://crrev.com/a02f7092cdd2bef11e1697732f61d3d3e1b10afd Cr-Commit-Position: refs/heads/master@{#429752}

Patch Set 1 #

Patch Set 2 : Removed some debug #

Total comments: 1

Patch Set 3 : Fixed calculation of bubble size #

Patch Set 4 : Implemented side positioning. Removed debug. #

Total comments: 16

Patch Set 5 : Update after review. Also fixed CSS styles. #

Total comments: 6

Patch Set 6 : Update after review #

Total comments: 9

Patch Set 7 : Update after review. #

Patch Set 8 : Bugfix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -42 lines) Patch
M ui/login/account_picker/screen_account_picker.js View 1 2 3 4 5 6 7 2 chunks +68 lines, -31 lines 0 comments Download
M ui/login/bubble.css View 1 2 3 4 5 1 chunk +27 lines, -4 lines 0 comments Download
M ui/login/bubble.js View 1 2 3 4 5 6 3 chunks +29 lines, -5 lines 0 comments Download
M ui/login/login_ui_tools.js View 1 2 3 4 1 chunk +17 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (9 generated)
Alexander Alekseev
Xiyuan, what do you think about this? I could not find better implementation.
4 years, 1 month ago (2016-11-01 07:33:00 UTC) #2
jdufault
https://codereview.chromium.org/2467783002/diff/20001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2467783002/diff/20001/ui/login/account_picker/screen_account_picker.js#newcode187 ui/login/account_picker/screen_account_picker.js:187: var bubbleAnchor = activatedPod; This works as expected when ...
4 years, 1 month ago (2016-11-01 15:32:52 UTC) #4
xiyuan
Calculating layout via JS is fine since the error bubble and its anchor pod do ...
4 years, 1 month ago (2016-11-01 17:38:53 UTC) #5
jdufault
On 2016/11/01 17:38:53, xiyuan wrote: > jdufault@ is right that we need to handle the ...
4 years, 1 month ago (2016-11-01 18:10:42 UTC) #6
Alexander Alekseev
PTAL. This is still unfinished, but I fixed the check that bubble does not overlap ...
4 years, 1 month ago (2016-11-02 03:27:11 UTC) #7
Alexander Alekseev
Everything should work (except may be text/link/icon styling). PTAL.
4 years, 1 month ago (2016-11-02 13:13:26 UTC) #8
xiyuan
https://codereview.chromium.org/2467783002/diff/60001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2467783002/diff/60001/ui/login/account_picker/screen_account_picker.js#newcode218 ui/login/account_picker/screen_account_picker.js:218: var bubbleDisplay = bubble.style.display; I don't think bubble changes ...
4 years, 1 month ago (2016-11-02 16:17:22 UTC) #13
Alexander Alekseev
https://codereview.chromium.org/2467783002/diff/60001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2467783002/diff/60001/ui/login/account_picker/screen_account_picker.js#newcode218 ui/login/account_picker/screen_account_picker.js:218: var bubbleDisplay = bubble.style.display; On 2016/11/02 16:17:21, xiyuan wrote: ...
4 years, 1 month ago (2016-11-03 01:27:43 UTC) #14
xiyuan
lgtm https://codereview.chromium.org/2467783002/diff/80001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2467783002/diff/80001/ui/login/account_picker/screen_account_picker.js#newcode198 ui/login/account_picker/screen_account_picker.js:198: position = cr.ui.Bubble.Attachment.RIGHT; nit: position -> attachment (or ...
4 years, 1 month ago (2016-11-03 16:54:40 UTC) #15
Alexander Alekseev
https://codereview.chromium.org/2467783002/diff/80001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2467783002/diff/80001/ui/login/account_picker/screen_account_picker.js#newcode198 ui/login/account_picker/screen_account_picker.js:198: position = cr.ui.Bubble.Attachment.RIGHT; On 2016/11/03 16:54:40, xiyuan wrote: > ...
4 years, 1 month ago (2016-11-03 22:15:30 UTC) #16
xiyuan
lgtm Thanks.
4 years, 1 month ago (2016-11-03 22:16:21 UTC) #17
jdufault
Just some minor nits, lgtm https://codereview.chromium.org/2467783002/diff/100001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2467783002/diff/100001/ui/login/account_picker/screen_account_picker.js#newcode191 ui/login/account_picker/screen_account_picker.js:191: var elements = activatedPod.getElementsByClassName('auth-container'); ...
4 years, 1 month ago (2016-11-03 23:37:04 UTC) #18
Alexander Alekseev
https://codereview.chromium.org/2467783002/diff/100001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2467783002/diff/100001/ui/login/account_picker/screen_account_picker.js#newcode191 ui/login/account_picker/screen_account_picker.js:191: var elements = activatedPod.getElementsByClassName('auth-container'); On 2016/11/03 23:37:03, jdufault wrote: ...
4 years, 1 month ago (2016-11-04 00:47:05 UTC) #19
Alexander Alekseev
https://codereview.chromium.org/2467783002/diff/100001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2467783002/diff/100001/ui/login/account_picker/screen_account_picker.js#newcode191 ui/login/account_picker/screen_account_picker.js:191: var elements = activatedPod.getElementsByClassName('auth-container'); On 2016/11/03 23:37:03, jdufault wrote: ...
4 years, 1 month ago (2016-11-04 00:53:08 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2467783002/140001
4 years, 1 month ago (2016-11-04 00:55:28 UTC) #23
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 1 month ago (2016-11-04 01:11:37 UTC) #24
commit-bot: I haz the power
4 years, 1 month ago (2016-11-04 01:13:41 UTC) #26
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/a02f7092cdd2bef11e1697732f61d3d3e1b10afd
Cr-Commit-Position: refs/heads/master@{#429752}

Powered by Google App Engine
This is Rietveld 408576698