Bug #58986
closedContent element Media: 2 bug with External URL in 6.2.2: wrong http:// handling
100%
Description
Take a External video URL like
http://www.youtube.com/watch?v=ow7eEWh37iU
In fresh clean working typo3 6.2.2 with IntroPack:
+ Add Media content element.
+ Goto Video Element and add External URL using the icon(!) "Select file or URL".
+ Notice the http:// in front of the complete URL
+ Set Link
+ Notice the http:// is not longer there in the "Path or URL to fallback ..."
Look at rendered code on the FrontEnd:
No object code is rendered at all.
Readd the http:// directly in the
"Path or URL to fallback ..." (without using the icon)
Look at rendered code on the FrontEnd again:
Now you will see no video, but at least the object-code is rendered.
(See bug 1: data-value is useless for viewing video in browser)
Updated by Markus Klein over 10 years ago
- Category set to Content Rendering
- Status changed from New to Accepted
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
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/29952
Updated by Thomas Löffler over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6118ac5f62579b7456e02725656d4becd759c4fc.