Actions
Bug #94483
closedCSH show more arrow not visible
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-07-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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>
Actions