Project

General

Profile

Actions

Bug #81741

closed

MediaViewHelper does not pass additionalAttributes and data to renderer instance

Added by Dirk Döring almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Start date:
2017-06-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
MediaViewHelper, viewHelper, video
Complexity:
easy
Is Regression:
Sprint Focus:
On Location Sprint

Description

<f:media additionalAttributes="{parameter:'argument'}" data="{src:'test'}"/>

results in HTML

<video controls><source src="source.mp4" type="video/mp4"></video>

should be

<video controls data-src="test" parameter="argument"><source src="source.mp4" type="video/mp4"></video>


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #95714: Omit attributes with blank values for additionalAttributes in VideoTagRendererNew2021-10-20

Actions
Actions

Also available in: Atom PDF