Actions
Bug #80021
closedparseFunc features missing from CE-Table after SecurityFix
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-02-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
FluidStyledContent,parseFunc,ce-sword,search
Complexity:
Is Regression:
No
Sprint Focus:
Description
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. Later on atleast the support for newlines was readded in changeset 1afa712d0c7fb5a21dc749110dfec412400a9577 but unfortunately there is more to parseFunc and removing it from CE-Tables strips away some features. To be more specific the "sword" functionality from https://www.typo3.net/tsref/functions/parsefunc/ is missing, therefore no search results can be highlighted if it is within a table.
there are some suggestions for fixing the missing parseFunc such as
tt_content.table { 20.innerStdWrap.parseFunc =< lib.parseFunc 20.innerStdWrap.htmlSpecialChars > }
but this is not working in my case.
Related
https://forge.typo3.org/issues/72250
https://forge.typo3.org/issues/72388
https://forge.typo3.org/issues/73738
Actions