-
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
Template level blocks can be unlocked and moved when template preview is active #67082
Comments
Nothing springs to mind. There was a lot of divergence between Also cc @cbravobernal who is leading 6.7.X releases from Editor side. |
I noticed gutenberg/packages/block-editor/src/components/block-toolbar/index.js Lines 205 to 209 in c43a0c9
I tried adding it in and it seemed to fix things. Haven't had much time to test but here is a PR |
So can we tweak #67121 to resolve? |
Punting this to 6.8 as it seems there won't have time to fix it for 6.7.2. |
Well in that case, we should close it since it works normally on trunk right? |
Yes, I think this issue can be closed. @cbravobernal #67121 targets the |
In WordPress 6.7 there is a regression in the handling of Blocks that are part of the template but that remain editable.
For example the post title or the post featured image blocks remain editable when they are part of the template when the "Show Template" option is enabled in the editor.
In WordPress 6.7 these blocks now suddenly show a lock icon in their block toolbar. Clicking that allows editors to unlock and then move them.
This moving doesn't get persisted luckily. But it still created a broken editorial experience for users.
CleanShot.2024-11-18.at.13.56.18.mp4
The text was updated successfully, but these errors were encountered: