Bug #87911
closed(YouTube|Vimeo)Renderer renders broken tag if additionalAttributes are defined
0%
Description
Since the commit a32a9a746f807b14571139f0cb7caa00b8d037a5 the Youtube and Vimeo Renderes are broken if the attribute additionalAttributes is given.
Test Case:
<f:media file="{video}" additionalConfig="{loop: 0}" additionalAttributes="{poster: ''}" />
Current result:
<iframe src="https://www.youtube-nocookie.com/embed/XXX?autohide=1&controls=2&enablejsapi=1&origin=https%3A%2F%2FXXX&showinfo=0" allowfullscreen 0="poster=""" allow="fullscreen"></iframe>
Expected and previous result:
<iframe src="https://www.youtube-nocookie.com/embed/XXX?autohide=1&controls=2&enablejsapi=1&origin=https%3A%2F%2FXXX&showinfo=0" allowfullscreen poster="" allow="fullscreen"></iframe>
Updated by Gerrit Code Review over 5 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/60246
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60246
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60246
Updated by Sascha Egerer over 5 years ago
- Status changed from Under Review to Closed
Issue occured only due to a backport to my TYPO3 8.7 version. Master works fine. Issue is invalid