-
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: preferences not persisting across sessions #64324
Comments
|
|
They shared browser details (and do appear to be using Win10): https://www.whatsmybrowser.org/b/67OBE |
Update to my previous comment here: it's not happening on core, I was testing incorrectly earlier. It's happening just on WPcom. Also flagged at p1655393301515619-slack-CBTN58FTJ |
Welcome tour modal reappearing after being completed and dismissed reported
|
|
The user is experiencing this issue on an Amazon Fire 10, 9th generation Fire OS 7.3.2.3 /Android 9. https://wordpress.com/forums/topic/welcome-to-wordpress-pop-up/?view=all#post-3835514 |
Looks like there's another older issue tracking this in #57660 |
Also reported in https://wordpress.com/forums/topic/constant-pop-up Chrome 102/Windows 10 The user would like a follow-up when this is resolved |
Another user reported the issue here: 5319366-zen Chrome 100 |
@lupus2k did a great job debugging this. Here's how to reproduce:
Gutenberg has some fanciness to make sure that any changes in the second browser are applied to the first browser: https://github.com/WordPress/gutenberg/blob/7d99c49fd267de4c1cccda0224f35a20c8e887f6/lib/compat/wordpress-6.1/persisted-preferences.php#L46-L75 For Thus, We need to make sure |
@lupus2k @danielbachhuber Nice sleuthing! This has been a common problem with the Gutenberg integration for Simple sites. Take a look at the prior art in |
|
@lupus2k Need any help landing your fix? |
Sorry, @danielbachhuber, I was AFK until today, I will submit this on the next days 😉 |
I created a PR on Gutenberg to fix this issue: WordPress/gutenberg#50005 |
Created this diff: D108772-code |
We closed this in favor of @creativecoder suggestion here. |
Started a conversation about seeing if we can catch these issues more proactively p1682347976509179-slack-CBTN58FTJ |
Thanks for catching this @danielbachhuber, it a great idea! |
We merged the fix (D108772-code) and the problem should be solved |
@lupus2k @danielbachhuber it appears this issue may have returned. it was reported here: #80852 and I was able to reproduce following your steps above on Simple Site only: 6OkfpM.mp4Are y'all available to take a look to see if something regressed here? |
User report from #80852 :
|
@danielbachhuber Would you prefer that we look into this as a new report as well, rather than reopening this one? (If so, I can take care of spinning up that new issue instead!) |
@cuemarie Yes, please. Thanks! |
📌 ACTIONS
|
Quick summary
We've had some reports from users that editor preferences aren't persisting. This includes the Welcome Tour, but also other settings like the Top Toolbar setting and Prepublish Checklist preferences.
The occurrence of the issue appears to coincide with the launch of Gutenberg 13.2.2, which changed from storing editor preferences via a browser cookie, to storing them in the site database.
So far all the reports we've seen are from Windows 10 users, and started after clearing browser cookies or reinstalling the OS. The issue occurs across all browsers and even the desktop app on a particular computer, while preferences save just fine if the same user logs in using a different computer. So it appears to be device-specific.
There's some similarity to #57660, but this feels like a different issue.
p7H4VZ-3CN-p2 is possibly related.
Steps to reproduce
This appears to be affecting random Windows users, with no specific steps to replicate.
One a11n has been able to replicate in p1653532494212969/1653510918.568739-slack-C03UXG192
What you expected to happen
For the Welcome Tour to not reappear once dismissed, and for editor preferences to persist.
What actually happened
The welcome tour keeps coming back, and editor preference don't persist.
Context
Three reports in the forums so far:
Simple, Atomic or both?
Simple
Theme-specific issue?
No response
Browser, operating system and other notes
No response
Reproducibility
Once
Severity
Some (< 50%)
Available workarounds?
No but the platform is still usable
Workaround details
No response
The text was updated successfully, but these errors were encountered: