-
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
Make Write mode and Zoom out block options menus consistent #67749
Conversation
Size Change: -48 B (0%) Total Size: 1.83 MB
ℹ️ View Unchanged
|
8d86348
to
cad44fd
Compare
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good improvement over trunk.
I think it'd be good to consider adding e2e tests for this kind of change as it's very specific behavior, and regressions are hard to spot. I don't think it has to be complicated, probably just some simple assertions that sections in content only and zoom out show the right settings menu options, and paragraphs don't have a settings menu.
I did manually test the settings menu in different scenarios that utilize content only:
- Write Mode works as expected
- Zoom Out works as expected
- Page Editing / Synced Patterns / Template Locking don't show any regressions
As an aside, I still notice some unusual behaviors that might be good to follow up on, but I don't think they were introduced by this PR, they're also present in trunk:
Button blocks have a settings menu
Most content blocks don't have a settings menu in write mode:
But for some reason the button block does have one, with just the copy option:
List Item blocks have a settings menu and can be inserted/removed
I'm not sure this is on purpose or not, but list items also have a settings menu:
They can also be inserted/removed in Write Mode. They can be indented, but not un-indented. I have no idea what's going on here!
packages/block-editor/src/components/block-settings-menu/block-settings-dropdown.js
Outdated
Show resolved
Hide resolved
cad44fd
to
70e6f12
Compare
Flaky tests detected in ce7cc5b. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12296477618
|
What?
Closes #67658
Why?
To ensure consistency, the menu in write mode should be updated to match the zoom out menu, which includes options for “Copy,” “Duplicate,” and “Delete.”
How?
Testing Instructions
Testing Instructions for Keyboard
N/A
Screenshots or screencast
consistent-block-options.mp4