Bug #72128
closed
Infobox "The current page is a folder" in sysfolder doktype is escaped
Added by Georg Ringer almost 9 years ago.
Updated about 6 years ago.
Category:
Backend User Interface
Description
the infobox with a link to the list module is escaped
<p>The current page is a folder. Folders usually don't contain content elements but are used for collecting other types of records.</p><a class="btn btn-info" href="javascript:top.goToModule('web_list',1);">Go to list module</a>
I can't reproduce the described behavior with current master.
Just adding info: I exposed a similar problem in another backend module while implementing standalone fluid as dependency - it appears the TYPO3 Fluid version isn't completely predictable when it comes to escaping; what should be escaped sometimes (cause unknown) is not escaped. Maybe that got fixed elsewhere and now exposed the same problem in this other template?
For reference: https://review.typo3.org/#/c/44801/
I still can reproduce that, using PHP 5.6.11 on latest ubuntu
- Status changed from Accepted to Needs Feedback
- Target version deleted (
next-patchlevel)
Can't reproduce either.
Current master, Fedora 22, PHP 5.6.16
- Status changed from Needs Feedback to Accepted
the problem occurs if there is no csc or fsc included, therefore (I guess) no parsefunc is configuried and then the HTML is completly escaped.
- Status changed from Accepted to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF