Bug #77995
closedMenu icons in upper menubar of backend not shown
0%
Description
In TYPO3\CMS\Core\Imaging\Icon.php the function getMarkup contains:
if ($alternativeMarkupIdentifier !== null && isset($this->alternativeMarkups[$alternativeMarkupIdentifier]))
This should be:
if ($alternativeMarkupIdentifier !== null && ($this->alternativeMarkups[$alternativeMarkupIdentifier]))
The icons of the menu items in the upperbar are rendered with render('inline'). In array $this->alternativeMarkups 'inline' is not present but isset($this->alternativeMarkups['inline']) returns true while $this->alternativeMarkups[$alternativeMarkupIdentifier]==false
Updated by Georg Ringer about 8 years ago
- Status changed from New to Needs Feedback
can you please tell which icons you mean? thanks a lot!
Updated by Riccardo De Contardi almost 8 years ago
Please, could you tell us under what circumstances the error occurs or a way to reproduce it? Thank you!
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
More than 90 days without feedback > closing the issue.
If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, please reopen this issue or open a new issue with a reference to this one.
Thank you.