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

Unified Diff: ui/login/account_picker/screen_account_picker.js

Issue 2858653002: Adjust error message position (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/screen_account_picker.js
diff --git a/ui/login/account_picker/screen_account_picker.js b/ui/login/account_picker/screen_account_picker.js
index 1db4ae69288300816650d1b984eccca5fcd7cfa6..fa6c1d0d464a12890aa76618a1e2f98de4f4755e 100644
--- a/ui/login/account_picker/screen_account_picker.js
+++ b/ui/login/account_picker/screen_account_picker.js
@@ -198,7 +198,8 @@ login.createScreen('AccountPickerScreen', 'account-picker', function() {
var bubbleAnchor;
var attachment;
- if (activatedPod.pinContainer) {
+ if (activatedPod.pinContainer &&
+ activatedPod.pinContainer.style.visibility == 'visible') {
// Anchor the bubble to the input field.
bubbleAnchor = (
activatedPod.getElementsByClassName('auth-container'))[0];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698