Project

General

Profile

Actions

Bug #87771

closed

Non-breaking space rendered after ul/ol in contenttable cell

Added by Patrick Lenk about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2019-02-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If a ul or ol is inserted in a table cell in ckeditor, a non-breaking-space is rendered after the ul/ol in the frontend.

Actions #1

Updated by Riccardo De Contardi about 5 years ago

Is this the same issue? #83795

Actions #2

Updated by Patrick Lenk about 5 years ago

Riccardo De Contardi wrote:

Is this the same issue? #83795

Not 100%. And the revert of #83795 is correct.

In this issue the &nbsp is only rendered after the list, if the list is in a contenttable. And i have a different bugfix, but currently problems with pushing to gerrit (i hope the core moves to github soon).

To fix this, i would remove the ifBlank = &nbsp for HTMLtableCells in parseFunc_RTE:

lib.parseFunc_RTE{  
    externalBlocks{
        table{
            HTMLtableCells{
                default.stdWrap {
                    parseFunc.nonTypoTagStdWrap.encapsLines.innerStdWrap_all.ifBlank = 
                }
            }
        }
    }
}

Actions #3

Updated by Gerrit Code Review about 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784

Actions #4

Updated by Gerrit Code Review about 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784

Actions #5

Updated by Gerrit Code Review about 5 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784

Actions #6

Updated by Riccardo De Contardi about 5 years ago

I could possibly be totally wrong, but... putting an   in the table cell seem something that Internet Explorer required in the ol' days because it was not able to put a border on empty cells

Actions #7

Updated by Patrick Lenk about 5 years ago

Riccardo De Contardi wrote:

I could possibly be totally wrong, but... putting an   in the table cell seem something that Internet Explorer required in the ol' days because it was not able to put a border on empty cells

A empty cell still has a non-breaking space with this bugfix.

Actions #8

Updated by Gerrit Code Review about 5 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784

Actions #9

Updated by Gerrit Code Review about 5 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784

Actions #10

Updated by Gerrit Code Review about 5 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784

Actions #11

Updated by Gerrit Code Review about 5 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784

Actions #12

Updated by Gerrit Code Review about 5 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784

Actions #13

Updated by Anonymous almost 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #14

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF