-
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
Featured Image: Fix overlay rendering in the editor #60187
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. |
Size Change: +59 B (0%) Total Size: 1.72 MB
ℹ️ View Unchanged
|
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.
Makes sense to split the controls from the overlay and this is testing well locally 👍
Thanks for fixing this and for the thorough job!
I just cherry-picked this PR to the release/18.0 branch to get it included in the next release: c434380 |
Addresses issue flagged in #59295 (comment)
What?
Fixes editor bug breaking the display of the Post Featured Image's overlay.
Why?
Bug = bad
Overlay = good
How?
Splits
Overlay
into two components. One for the overlay element itself and another for its block inspector controls.Testing Instructions
span
isn't renderedScreenshots or screencast
Screen.Recording.2024-03-26.at.1.49.27.PM.mp4