-
Notifications
You must be signed in to change notification settings - Fork 383
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
Odd Behavior when typing a numbered list into a text block #2304
Comments
To explain this behavior: We use some simple automatic text type detection to see whether one is currently writing a heading or a paragraph: If you type in just one word or something, then it's usually marked as a heading. Now, when entering There we don't have any text type detection at all, so what you see is the same styling as if you would choose the Paragraph text type: Now, the sudden jump is less then ideal. However, I cannot think of a good solution right now to improve this. Suggestions welcome. |
Probably nor urgent prior to stable release, but one possibility would be to remove the ability to add lists that way. This would force lists to be inserted via the main inserter. Not ideal experience but may be better than having to drag the created list to the desired position. |
The jumping after the block transformation is a bug and is the most annoying issue here. Let's fix that jumping issue and then test again. |
For completeness, here's the list of registered transforms for the list block: https://github.com/WordPress/gutenberg/blob/b193b09c536485a9d06c98a208b3bf76935c9562/packages/block-library/src/list/transforms.js Basically starting text with |
Notes for QA:
|
Verified in QA |
The text was updated successfully, but these errors were encountered: