-
Notifications
You must be signed in to change notification settings - Fork 4.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
Site editor: Welcome Guide apparition #62525
Comments
I tried replicating with 6.6-beta2-58426 using WordPress nightly on Playground and couldn't. Going to add it to the 6.6 board to be safe but curious if others can replicate. |
Thanks for testing and putting it on the board. I’m not sure it will be reproducible on Playground as I tested and did’t see any Welcome Guide ever. I thought that was supposed to act like a fresh install so that’s puzzling to me. If no Welcome Guides are shown perhaps we can’t expect the apparition either. I’m still seeing it on trunk though I've realized there’s another requirement to reproduce. When clicking the "edit" button of a page, the preview has to be showing the initial "home" page. I.e. the page you are about to edit shouldn’t be highlighted/selected. This quite obscure so probably not much of a priority. |
I attempted to recreate this bug against 7201eec and with WP 6.6 beta 3 (WP Beta Tester plugin), but I'm not certain I'm following the reproducible steps? I tested in Chrome 126 with cache disabled and Network throttling for Slow 3G and Fast 3G while clicking through various site editor screens and I was not able to reproduce it.
Do you mind providing updated testing steps to recreate the issue please? I'm also wondering if this is impacted by |
Thanks for testing.
I don’t mind but I’m not able to see any missing step. I revised them a bit to hopefully make it more clear. If it helps here’s another repro video (this one from 5738e9b): welcome-guide-apparition-2.mp4
Good query. I checked again and can reproduce either way. |
I also tried, but can't reproduce this 🤔 |
Back here to report that I was able to reproduce this while testing in Playground. I had to visit in a private window to have any Welcome Guides showing up and had to visit the editor once to dismiss the expected ones. After that, exiting to the dashboard and following the reproduction steps worked. Though, I do think sometimes it’s not visible probably due to painting performance variations in the browser. Screen.Recording.2024-07-15.at.10.06.49.AM.mp4Also the reason I tested Playground again was I happened to notice elsewhere @annezazu had reproduced this on Playground #61489 (comment), it can be see in that video 11 seconds into it. |
Hi, |
Just saying this still happens. |
I can reproduce - I think it's important that there are no user preferences stored in the browser (the preference key is I had to screenshot a frame of my screencast as the optimized video reduced the frame rate 😄 As far as I can tell, the template welcome guide will show when the store subscription callback thinks that the current page is a page type and the current post type is a template, among other conditions: gutenberg/packages/edit-site/src/components/welcome-guide/template.js Lines 29 to 34 in 8c4be58
Here's what I'm logging from the selector when I follow the test instructions: {isTemplateActive: true, isEditorActive: false, isPage: false, currentPostType: 'wp_template'}
{isTemplateActive: true, isEditorActive: false, isPage: true, currentPostType: 'wp_template'} // Flash here - it satisfies the conditions
{isTemplateActive: true, isEditorActive: false, isPage: true, currentPostType: 'page'} |
Ramon, thanks for testing and inspecting this. I looked into this further and it appears that the flash of the template welcome guide is only half the issue. The other half is that it never presents as originally implemented in #52014. From what I see there, it should appear when one has chosen to edit a template starting from editing a page. I can’t get that to happen on trunk or testing WP 6.6 on Playground. The latter surprised me because #52014 was apparently backported to 6.6 and should have been working. I’ve spun up #64789 aimed to resolve this. |
Description
In trunk and the site editor I'm seeing a brief flash of the template editing Welcome Guide anytime I’ve reloaded the site and go from view mode to edit a page. It doesn’t happen on subsequent switches between the modes.
It works as expected if I create a new user and login. So it probably works right for fresh installs too.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
welcome-guide-apparition.mp4
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: