-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Focus mode: Unable to scroll when editing a longer template part #45084
Comments
cc @Poliuk for awareness. |
I can reproduce this. |
I just took a look at this and it's not specific to the Comments block. I can reproduce the problem when trying to edit the Footer template as well: template.edit.bug.mp4The problem seems to be this CSS rule: css.classes.template.bug.mp4 |
I will try to debug this further |
There are two additional considerations here:
|
Pinging @mikachan in case there is time to rename the comments template part in TT3 to reduce confusion. |
Renaming this back to template part rather than template! Yes, I did see this was a template part but foolishly thought it was isolated to the Comments block implementation for some reason. Thanks for testing more to find out the deeper problem. |
I haven't really worked on the site editor myself, I opened that PR while working on polishing the Popover component. All I know is that Perhaps you may remove the In general, regardless of the fix, let's make sure we test it extensively — these visual / layout issues are often not caught by e2e test. |
I've added a tentative fix in #45176 Which CSS Wizard could I ping to review this to make sure it's a correct fix? 😃 |
This should be fixed for good in #45189 now! |
Description
When using the focus mode, I'm unable to scroll down when trying to edit a comments block in isolation. I'm also noticing that more content shows up between modes (site editor vs focus mode) - I'm assuming that's to provide filler content but it's a bit of a confusing UX regardless.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Video showing inability to scroll:
unable.to.scroll.down.mov
Screenshot of site editor showing no comments:
Screenshot of focus mode showing 3 comments (I'm guessing as filler content for what one would see if there were comments but still):
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: