Project

General

Profile

Actions

Bug #95152

closed

Epic #95236: Backend UI layout issues

CSH: field content rendering issue

Added by Davide Alghi over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-08-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
context sensitive help, rendering, content
Complexity:
Is Regression:
Sprint Focus:

Description

"Context Sensitive Help" doesn't correctly render HTML tags for field help content: see image
TYPO3 v9, v10 and v11

My proposal

in
https://github.com/TYPO3/typo3/blob/5b56d87f9730aba4774bf5ff9888b6f7459e74ac/typo3/sysext/backend/Resources/Private/Partials/ContextSensitiveHelp/Manual.html#L7

replace
<p>{manual.content -> f:format.htmlentities() -> f:format.raw()}</p>

with
<p>{manual.content -> f:format.stripTags(allowedTags:'<strong><em><b><i>') -> f:format.nl2br()}</p>


Files

cshFieldContentRenderIssue.png (84.7 KB) cshFieldContentRenderIssue.png Davide Alghi, 2021-09-08 14:01
Actions #1

Updated by Georg Ringer over 2 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Gerrit Code Review over 2 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #3

Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #4

Updated by Riccardo De Contardi over 2 years ago

  • Parent task set to #95236
Actions #5

Updated by Gerrit Code Review over 2 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #6

Updated by Gerrit Code Review over 2 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #7

Updated by Gerrit Code Review over 2 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #8

Updated by Gerrit Code Review over 2 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #9

Updated by Gerrit Code Review over 2 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #10

Updated by Gerrit Code Review over 2 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #11

Updated by Gerrit Code Review over 2 years ago

Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70980

Actions #12

Updated by Oliver Hader over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #13

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF