-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor: "Add Media has moved to a new button" message keeps returning #10568
Comments
Possibly related: #202 Can you go to the My Profile section to see whether you're prompted for 2FA refresh code? |
https://wordpress.com/me? If so, I am not prompted for a 2FA code there and just logged in fresh no more than a week ago. |
We had previously noticed this issue in case of missing 2FA, but never otherwise. cc @lsinger |
Can reproduce in production (wp.com unproxied) only. |
Ok, along with @lsinger I believe we pinpointed what goes wrong:
Now there are two alternative possibilities here:
Since in dev the preference is saved either way, this makes me wonder if, in prod, |
I don't think it should be. So 2FA is not related to the issue? I'd guess the cache would be different between environments, though this should clear itself up assuming we're requesting preferences at some point (we are, right?). |
@aduth In dev and stage, an invalid 2FA definitely prevents saving the preferences. That's something that was established pretty soon and, as far as I know, is an open problem for the Guided Tours (and possibly other preferences-related parts). So 2FA is related to prefs saving, but apparently not to this particular issue (which only happens in prod). |
@Copons I encountered this locally in development when I refreshed the editor after clearing all storages. Might be that we're not waiting for preferences to have been loaded before deciding to show the prompt? Also, are we planning to remove this prompt at some point? |
FYI, #10616 |
@aduth I'm not involved in the GT inner workings, so I believe it's better to let others answer to that. If we want to remove this particular tour (or hide it behind a debug flag): I'm definitely ok with it, since I'd say that at this point, after a month, it should have done its job. |
@Copons let's go ahead and remove it for now since we haven't nailed down the root cause. This is bothering quite a few users I guess. |
Ah! @mcsf you beat me to it! 😄 |
A message saying "Add media has moved to a new button" appears in the editor more than once, even if you've already clicked "Got It" to accept the message. Can we do something to make the dismissal stick so it's only shown once?
Steps to reproduce
What I expected
Clicking "Got it" to dismiss the message permanently. It seems like it's been showing for some time now, is it still needed at all.
What happened instead
The message returns during future visits.
Browser / OS version
Chrome 55, OS X 10.11.6
Screenshot / Video
cc @tonischneider
The text was updated successfully, but these errors were encountered: