-
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
Weird nested <ul> behaviour #14310
Labels
[Block] List
Affects the List Block
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Type] Bug
An existing feature does not function as intended
Comments
Which version of Gutenberg are you using? Is it WordPress 5.1? Is it the Gutenberg plugin 5.2. This should be fixed in the Gutenberg plugin and will land in WordPress in the next version. |
youknowriad
added
the
[Status] Needs More Info
Follow-up required in order to be actionable.
label
Mar 7, 2019
Plugin Version 5.2.0 |
Which browser? |
Actually I reproduce on Firefox cc @ellatrix |
youknowriad
added
[Type] Bug
An existing feature does not function as intended
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Block] List
Affects the List Block
and removed
[Status] Needs More Info
Follow-up required in order to be actionable.
labels
Mar 7, 2019
Chrome 72.0.3626.119 |
Should be fixed by #13948. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Block] List
Affects the List Block
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Type] Bug
An existing feature does not function as intended
I built this simple example nested ul structure
<ul><li>pancake<ul><li></li><li>berries</li><li>ice cream</li></ul></li><li>soup</li><li>main dish</li></ul>
Try insert "pancake" before berries:
It becames something new, unused weird format
The text was updated successfully, but these errors were encountered: