Actions
Bug #90633
closedpng Icons for BackendModules
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
Updated by Christian Eßl over 4 years ago
- Related to Bug #88402: Systeminformation toolbar - renders png/svg icons not correctly added
Updated by Susanne Moog over 4 years ago
- Related to Bug #89558: Bitmap icons for modules are not rendered anymore added
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
Closed as duplicate of #89558
Actions