-
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
Rich text: fix typing into empty flex element #59473
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: +2 B (0%) Total Size: 1.71 MB
ℹ️ View Unchanged
|
@getdave @youknowriad @annezazu @colorful-tones How do you all feel about including this in 6.5? It is a bug fix of something that has been broken for a while but I think is worth including in the bugfix phase. |
I'm ok with that, it's a very isolated fix. |
I'm in agreement, especially if it's an isolated fix as Ella says! |
Do it. 🚀 |
I think it's fine the change seems low impact. |
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.
Ignore my earlier message. I had a local setup issue and the build wasn't working. I can confirm this fixes the issue
Co-authored-by: ellatrix <[email protected]> Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: annezazu <[email protected]> Co-authored-by: colorful-tones <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mgrmjp <[email protected]>
I just cherry-picked this PR to the update/packages-6.5-rc1 branch to get it included in the next release: 43b12ee |
Co-authored-by: ellatrix <[email protected]> Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: annezazu <[email protected]> Co-authored-by: colorful-tones <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mgrmjp <[email protected]>
What?
Fixes #59192.
Why?
Fixes #59192.
How?
Input goes inside the placeholder when the wrapper element has display flex. We can fix that by considering any text inside the placeholder element to be content.
Create an empty paragraph and set display to flex. Typing inside it should work.
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast