Bug #94483
closedCSH show more arrow not visible
0%
Description
If a csh popover has an additional link to open a popup, it should display an arrow to symbolise that.
Although it is correctly rendered in the help link:
<span class="help-link" data-table="pages" data-field="doktype" data-loaded="true" data-html="true" data-original-title="" data-placement="auto" data-trigger="click" data-content="<p class="help-short help-has-link">Page Type determines whether the page is normal webpage, a shortcut to another webpage, or used in other internal ways.<span class="t3js-icon icon icon-size-small icon-state-default icon-actions-view-go-forward" data-identifier="actions-view-go-forward"> <span class="icon-markup"> <svg class="icon-color" role="img"><use xlink:href="/typo3/sysext/core/Resources/Public/Icons/T3Icons/sprites/actions.svg#actions-arrow-down-right" /></svg> </span> </span></p>" aria-describedby="popover397294"><abbr class="help-teaser">Type</abbr></span>
.. it is not correctly copied over to the popover body (the svg part is missing):
<div class="popover-content"><p class="help-short help-has-link">Page Type determines whether the page is normal webpage, a shortcut to another webpage, or used in other internal ways.<span class="t3js-icon icon icon-size-small icon-state-default icon-actions-view-go-forward"> <span class="icon-markup"> </span> </span></p></div>
Updated by Nikita Hovratov over 3 years ago
I guess the svg is sanitized because of security reasons: https://getbootstrap.com/docs/5.0/getting-started/javascript/#sanitizer
Updated by Stephan Jorek over 2 years ago
Nikita Hovratov wrote:
If a csh popover has an additional link to open a popup, it should display an arrow to symbolise that.
Although it is correctly rendered in the help link:[...]
.. it is not correctly copied over to the popover body (the svg part is missing):
[...]
I can confirm this issue, but I didn't investigate yet, if the assumption regarding the SVG-Sanatizer is correct.
Updated by Riccardo De Contardi over 2 years ago
- TYPO3 Version changed from 10 to 11
Updated by Christian Kuhn almost 2 years ago
- Related to Task #97312: Remove CSH added
Updated by Christian Kuhn almost 2 years ago
- Status changed from New to Closed
Hey. I hope it's fine to close here since we removed csh entirely in v12 ;)