Actions
Bug #80072
closedSVG wizard icon rendered in huge size
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2017-03-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
A TCA field's wizard icon is set to a .svg
file. The form engine renders this wizard button huge - see attached screenshot.
It would be better if the icon was given a width and height.
'fieldname' => [ 'config' => [ 'wizards' => [ 'mywizard' => [ 'icon' => 'EXT:myext/icon.svg', ] ] ] ]
https://docs.typo3.org/typo3cms/TCAReference/AdditionalFeatures/WizardsConfiguration/Index.html#icon
Files
Updated by Riccardo De Contardi over 7 years ago
is this one the same issue? #79391
Updated by Georg Ringer over 6 years ago
- Related to Bug #79391: Flag icons not correctly rendered added
Updated by Georg Ringer over 6 years ago
- Related to Bug #83840: Fix false icons widths in FormEngine IconSelect added
Updated by Georg Ringer over 6 years ago
- Status changed from New to Resolved
resolved, at least in 8 + 9, therefore I am closing it
Updated by Christian Weiske over 6 years ago
Is it really fixed? I have my own .svg file, I'm not relying on icons shipped with TYPO3.
Actions