Bug #69372
closedForms: fix src attribute of IMAGEBUTTON object
100%
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).
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42892
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42907
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42892
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3b1ffd1404020243b7ad6d32394b419fda6d6473.