Project

General

Profile

Actions

Bug #77995

closed

Menu icons in upper menubar of backend not shown

Added by Karel Kuijpers over 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-09-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Georg Ringer over 7 years ago

  • Status changed from New to Needs Feedback

can you please tell which icons you mean? thanks a lot!

Actions #2

Updated by Riccardo De Contardi over 7 years ago

Please, could you tell us under what circumstances the error occurs or a way to reproduce it? Thank you!

Actions #3

Updated by Riccardo De Contardi about 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.

Actions

Also available in: Atom PDF