-
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
Image Block: fix Aspect Ratio button position #62776
Conversation
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.
Size Change: -243 B (-0.01%) Total Size: 1.76 MB
ℹ️ View Unchanged
|
WP 6.6 RC1 is tomorrow and it seems there are still other tests failing 😅 This issue isn't the first time it's happened with WP6.6 so it might be best not to backport it. |
The code is safe, though, and it's definitely a bugfix. If it can't be backported, so be it, but it would be a pity. |
This looks fine to get it 👍 |
8d461c0
to
7cbf5ad
Compare
Co-authored-by: t-hamano <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: ellatrix <[email protected]>
I just cherry-picked this PR to the wp/6.6 branch to get it included in the next release: 00633da |
What?
This PR fixes the position of the Aspect Ratio button in the block toolbar of the image block. This issue only occurs when the Top Toolbar is enabled.
Why?
This issue appears to have first appeared in WP6.5. It was probably caused by a styling change to the header block toolbar starting with #57444.
How?
Removed the styles specific to this button. These styles were added about 4 years ago in #23677. Maybe the styles don't fit the current block toolbar.
Testing Instructions