D10.1.5 and CKEditor 39: <li><li></li> converted to <li></li><li></li>

Created on 14 October 2023, 8 months ago
Updated 30 November 2023, 7 months ago

Problem/Motivation

Need to fix CKEditor to not strip

Steps to reproduce

Deselect the two CKEditor 5 settings that "fix" html

Create a custom block
Select Full HTML and enter this code

<div class="contact-info">
    <ul class="list-style-one">
        <li>
            <span class="icon"><i class="fas fa-home"></i></span><span class="text">Address : Australia</span>
        </li>
        <li>
            <li><span class="icon"><i class="far fa-envelope"></i></span><span class="text">+61 3 123456&nbsp;</span><br>
            <a href="mailto:info@company.com.au"><span class="text">info@company.com.au</span></a>
        </li>
        <li>
            <li><span class="icon"><i class="fas fa-mobile-alt"></i></span><span class="text">Mon - Fri 10.00 - 18.00&nbsp;</span><br>
            <span class="text">Sat + Sun CLOSED</span>
        </li>
    </ul>
    <div class="text-theme margin-top-10">
        Send us an email and we’ll get in touch shortly
    </div>
</div>

Then save the custom block
Open the custom block
The code is changed to

<div class="contact-info">
    <ul class="list-style-one">
        <li>
            <span class="text">Address : Australia</span>
        </li>
        <li>
            &nbsp;
        </li>
        <li>
            <span class="text">+61 3 123456&nbsp;</span><br>
            <a href="mailto:info@company.com.au"><span class="text">info@company.com.au</span></a>
        </li>
        <li>
            &nbsp;
        </li>
        <li>
            <span class="text">Mon - Fri 10.00 - 18.00&nbsp;</span><br>
            <span class="text">Sat + Sun CLOSED</span>
        </li>
    </ul>
    <div class="text-theme margin-top-10">
        Send us an email and we’ll get in touch shortly
    </div>
</div>

Proposed resolution

Is this CKEditor 5 or Drupal?

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

💬 Support request
Status

Fixed

Version

10.1

Component
CKEditor 5 

Last updated about 13 hours ago

Created by

🇦🇺Australia markagregory

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024