Actions
Bug #69372
closedForms: fix src attribute of IMAGEBUTTON object
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The IMAGEBUTTON object has a src attribute. Right now the attribute is of type IMG_RESOURCE. The current implementation is broken. No image can be displayed.
Since the IMG_RESOURCE allows stdWrap and the file attribute also allows as imgRessource stdWrap functionalities we have to make sure to only allow static paths like the following:
- /typo3conf/ext/theme/Resources/Public/Images/element.png
- EXT:theme/Resources/Public/Images/element.png
Any possibility to have stdWrap functionalities should be removed. That way we're also loosing the possibility to use GIFBUILDER (file = GIFBUILDER).
Actions