benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.

Home Page:https://www.bootstrap-package.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTE: &nbsp; in the tables with <ol> or <ul>

Hawkeye1909 opened this issue · comments

commented

Bug Report

Prerequisites

  • Can you reproduce the problem on TYPO3 v11.5 LTS
  • Can you reproduce the problem on TYPO3 v12.4 LTS (not tested but should be the same)
  • Did you perform a cursory search
    to see if your bug or enhancement is already reported?

Description

It's the same bug as EXT:fluid_styled_content had before TYPO3 v10 and that is described here. The solution in comment 25 is working here also and should be added.

Steps to Reproduce

  1. Create text CE
  2. Add a table in RTE
  3. Add a list in a table cell
  4. Check source code in frontend

Expected behavior

The follwing HTML code is expected:
<table class="table"><tbody><tr><td><ul class="list-normal"><li>foo</li></ul></td></tr></table>

Actual behavior

This HTML code is created:
<table class="table"><tbody><tr><td>&nbsp;<ul class="list-normal"><li>foo</li></ul>&nbsp;</td></tr></table>

Versions

v14.0.7