Project

General

Profile

Actions

Bug #90633

closed

png Icons for BackendModules

Added by Katharina Strasser about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2020-03-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
icon
Complexity:
Is Regression:
Sprint Focus:

Description

If a png icon for a backend module is used, an tag like:

<image width="32" height="32" xlink:href="pathToMyIcon.png"/>

is created, browsers cannot handle this tag.

The result should be more like:

<img width="32" height="32" xlink:href="pathToMyIcon.png"/>

I think the problem is in the

typo3\sysext\core\Classes\Imaging\IconProvider\BitmapIconProvider.php in the generateInlineMarkup method


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #88402: Systeminformation toolbar - renders png/svg icons not correctlyClosed2019-05-20

Actions
Related to TYPO3 Core - Bug #89558: Bitmap icons for modules are not rendered anymoreClosed2019-09-202019-09-20

Actions
Actions #1

Updated by Christian Eßl about 4 years ago

  • Related to Bug #88402: Systeminformation toolbar - renders png/svg icons not correctly added
Actions #2

Updated by Riccardo De Contardi about 4 years ago

Is this issue related? #89558

Actions #3

Updated by Susanne Moog about 4 years ago

  • Related to Bug #89558: Bitmap icons for modules are not rendered anymore added
Actions #4

Updated by Susanne Moog about 4 years ago

  • Status changed from New to Closed

Closed as duplicate of #89558

Actions

Also available in: Atom PDF