Completed
Last Updated: 22 Jun 2022 12:34 by ADMIN
ADMIN
Vessy
Created on: 08 Feb 2017 10:32
Category: Editor
Type: Bug Report
0
Additional br element is inserted when pressing ENTER in a list in Chrome
Pressing ENTER over a list item not only creates a new li, but also inserts additional <br> element.

Video: https://www.screencast.com/t/PZcYTKEtY4v

Steps to reproduce:
1. Open in Chrome:
2. Switch to Html mode and insert the following content:
<ol>
    <li>123 456
    <ol>
        <li>abc</li>
    </ol>
    </li>
    <li>789</li>
</ol>

3. Switch to design mode
4. Put the cursor inside the first li (e.g. before 5) and press ENTER

Result: A <br> element is added in the beginning of the new <li> element
0 comments