πŸ‡ΊπŸ‡ΈUnited States @Zooney

Account created on 23 April 2008, about 16 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States Zooney

Zooney β†’ changed the visibility of the branch 3381557-formatting-lost-when to active.

πŸ‡ΊπŸ‡ΈUnited States Zooney

I've tested on drupal/core 10.1.6 and this is what happens when embedding drupal-media (using the "Insert Media" button). Note that the list isn't split into two lists. The desired behavior is to have paragraphs embedded into list item elements rather than splitting the list in two (which is how it worked in CKEdtor 4).

Before:

<ul>
    <li>
        Test1 Test2
    </li>
</ul>

After:

<ul>
    <li>
        <p>
            Test1&nbsp;
        </p>
        <drupal-media data-entity-type="media" data-entity-uuid="9c10382b-8b46-4005-8aa2-9c62e2e58b3a">&nbsp;</drupal-media>
        <p>
            Test2
        </p>
    </li>
</ul>
Production build 0.69.0 2024