-
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
Mobile - Fix Buttons block text input #25624
Conversation
Size Change: +361 B (0%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
Thanks for the fix, @geriux! It's working well, although I noticed a difference between Gutenberg on the the current App Store 15.7 version and this. On WPiOS 15.7, when you add two Buttons, one after the other — the first button which loses focus shows a placeholder of "Add text..." when the second button is added. On this branch I don't see the placeholder. Do you think this could be related to the same breakage?
|
Nice catch @guarani! I've missed some props 😅 I've just updated the PR. Thanks! |
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.
Thanks @geriux! Tested on iOS and it's working great.
Thanks for testing! Unfortunately with the latest changes it breaks the web editor, looks like passing the |
Some time ago I had a similar issue, where |
Merging before this week's 1.38 release cut per @geriux's request. |
Gutenberg Mobile PR
-> wordpress-mobile/gutenberg-mobile#2665Fixes #25623
Description
This PR fixes and regression introduced by this PR where some props were missing in the
RichText
component for theButtons
block causing it impossible to type any text in it.How has this been tested?
Screenshots
Types of changes
Bug fix
Checklist: