Actions
Bug #83795
closed in the tables with <ol> or <ul>
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2018-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
frontendrendering rte ckeditor
Complexity:
Is Regression:
Sprint Focus:
Description
If you insert a table in the RTE-field and use just a list inside a table cell (<ol>
or <ul>
) inside a table cell there will in the frontend output alway a
included before and after the list. This
does not exist in the backend if you switch to code view but in the frontend. This moves the list always one line down in the table so it is not anymore on the same hight as the table row bevor or after.
This is to output in the frontend with this strange
:
<table class="contenttable"> <tbody> <tr> <td> <p>List</p> </td> <td> <ol> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ol> </td> </tr> </tbody> </table>
PS: If you insert a table in the RTE-field which provides the extension news. This problem does not happen. So I guess news uses an other rendering method for the RTE-fields.
Files
Actions