Actions
Bug #80073
closedsword highlighting missing from CE-Table after SecurityFix
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-03-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
ce-sword,search,parseFunc,FluidStyledContent
Complexity:
Is Regression:
No
Sprint Focus:
Needs Decision
Description
Since another report was rejected prematurely in my oppinion, here another attempt with a more accurate description. The Problem is with the missing highlighting of search results or similar in CE-Tables after parseFunc was removed.
With the fixing of the security issue #25245 introduces in 6.2.16
tt_content.table { 20.innerStdWrap.parseFunc > 20.innerStdWrap.htmlSpecialChars = 1 }
the parseFunc funktionality was stripped from CE-Tables, in my case with FluidStyledContent. Therefore the highlighting span with the class "ce-sword" or "csc-sword" provides by the sword functon in parse-func is no longer added to content CE-Tables.
I get that there is no RTE for the table element and no HTML is expected, but this has nothing to do with adding HTML-Content.
Related
https://forge.typo3.org/issues/72250
https://forge.typo3.org/issues/72388
https://forge.typo3.org/issues/73738
https://forge.typo3.org/issues/80021
Actions