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 #1

Updated by Susanne Moog almost 7 years ago

  • Sprint Focus set to On Location Sprint
Actions #2

Updated by Gerrit Code Review almost 7 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/53488

Actions #3

Updated by Gerrit Code Review over 6 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/53488

Actions #4

Updated by Gerrit Code Review over 6 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/53488

Actions #5

Updated by Gerrit Code Review over 6 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53488

Actions #6

Updated by Gerrit Code Review over 6 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53488

Actions #7

Updated by Gerrit Code Review over 6 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53488

Actions #8

Updated by Gerrit Code Review over 6 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53488

Actions #9

Updated by Gerrit Code Review over 6 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53488

Actions #10

Updated by Gerrit Code Review over 6 years ago

Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53488

Actions #11

Updated by Gerrit Code Review over 6 years ago

Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53488

Actions #12

Updated by Markus Hölzle over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #14

Updated by Oliver Hader over 2 years ago

  • Related to Bug #95714: Omit attributes with blank values for additionalAttributes in VideoTagRenderer added
Actions

Also available in: Atom PDF