Bug #96535
closedSystem news (backend login messages) don't render links anymore
0%
Description
We use system news in the BE login screen quite intense. Up to version 9 we could use links in there (it's a normal RTE after all) and they were displayed and clickable.
I just noticed that links in system news in TYPO3 10 get totally removed from the output (replaced with empty string). No matter if you use <a>
tags ( <a href="https://domain">foo</a>
becomes empty string as a whole) or just a literal url ( https://forge.typo3.org/
also becomes an emtpy string).
Since thsi is an undocumented change (could not find anything regarding this) from 9 to 10 I flagged this as a regression. Is probably still the same in TYPO 11.
Updated by S P almost 3 years ago
Actually, v11 seems to work correctly again.
v10 has this: <f:format.html>{item.content}</f:format.html>
v11 has this: {item.content -> f:transform.html() -> f:sanitize.html()}
Updated by Oliver Hader almost 3 years ago
- Related to Feature #95176: Introduce <f:transform.html> view-helper added
Updated by Oliver Hader almost 3 years ago
- Related to Bug #95179: Transform internal URIs in backend user interface added
Updated by Oliver Hader almost 3 years ago
- Related to Bug #67556: System news cannot render RTE content added
Updated by Oliver Hader almost 3 years ago
f:transform.html
was introduced in TYPO3 v11, not available in TYPO3 v10.
According to #67556 that did not seem to work six years ago, mid 2015...
Updated by Oliver Hader almost 3 years ago
- Status changed from New to Closed
- Priority changed from Should have to Won't have this time
This most probably won't be fixed in TYPO3 v10 anymore, which is in priority bug-fixing mode only.