Check you email doorhanger is not displayed if the browser is restarted before confirming the sync email
Categories
(Firefox :: Sync, defect, P2)
Tracking
()
People
(Reporter: vlucaci, Unassigned)
References
Details
Attachments
(1 file)
4.99 MB,
image/gif
|
Details |
Affected versions
- 67.0b13
- 68.0a1
Affected platforms
- Windows 10x64
- Ubuntu 18.04x64
- Windows 7x64
Steps to reproduce
- Launch FF.
- Create a new Sync account.
- Confirm the selections screen.
- Restart the browser.
Expected result
- The "Confirm your account" screen is still kept alongside the "Check your email" FxA doorhanger after browser restart.
Actual result
- The "Confirm your account" screen alongside the "Check your email" FxA doorhanger are no longer displayed after browsers restart
Regression range
- This issue is not a regression since it depends on feature implementation.
Additional notes
- Once the email is confirmed , the user is logged in automatically.
Comment 1•6 years ago
|
||
Vijay / Mark, can you investigate this and/or explain why this happens the way it does?
Comment 2•6 years ago
|
||
I suspect that this problem is tied to sync initialization. After restarting the browser and going to about:preferences?entrypoint=menupanel#sync
, the unverified account is loaded and all the UX interfaces get the correct state.
Mark, does sync get initialized when there is an unverified account logged in? Or is it only when you have a verified account or browse to a sync page?
Comment 3•6 years ago
|
||
(In reply to Vijay Budhram from comment #2)
Mark, does sync get initialized when there is an unverified account logged in? Or is it only when you have a verified account or browse to a sync page?
No, it probably doesn't in the general case.
The problem here is in UIState.jsm - because there's not yet a services.sync.username
preference it assumes sync isn't configured. We use that preference to avoid the initialization of FxAccounts - but that preference isn't set until we start syncing for the first time.
This impacts all of the sync UI for the browser, apart from about:preferences#sync as it uses FxAccounts directly. TBH, I'm not sure if the best approach here is to ensure that pref is set for an unverified user or to take the hit of initializing FxAccounts for non-sync users - probably the former, but we'll probably need to do extra work to ensure it is cleared if the user disconnects before verifying.
(I guess the "good" news is that this isn't a regression - the hamburger menu etc is the same - although I guess the new button makes it more obvious)
Comment 4•5 years ago
|
||
The priority flag is not set for this bug.
:markh, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Comment 5•5 years ago
|
||
I'm not sure exactly where this got fixed, but it now WFM.
Description
•