Bug #80073
closedsword highlighting missing from CE-Table after SecurityFix
0%
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
Updated by Benni Mack over 4 years ago
- Status changed from New to Closed
Hey evelyn,
You would need to add this manually to your installation "I know what I'm doing - style". We won't add that back due to security issues. We also will likely remove the sword highlighting functionality from Core as this only works with POST or no_cache results.
Let me know if you have further ideas to overcome this.
Updated by Benni Mack over 4 years ago
- Sprint Focus changed from PRC to Needs Decision