Bug #58985
Content element Media: 1 bug with External URL in 6.2.2: wrong data-value
Status: | Closed | Start date: | 2014-05-21 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Content Rendering | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.4 | Sprint Focus: | ||
Complexity: |
Description
When using the Media content element
on a fresh new clean installation of 6.2.2 with IntroPack
you will get no visible Video with External URL in no browser.
(Same videos did work up to 6.1.7)
Bug (1)
A video from youtube for example:
http://www.youtube.com/watch?v=ow7eEWh37iU
Video is rendered in 6.2.2 from Media content element with this data in object:
... data="http://www.youtube.com/embed/ow7eEWh37iU?fs=1" ...
Video is rendered in 6.1.7 from Media content element with this data in object:
... data="http://www.youtube.com/v/ow7eEWh37iU?fs=1" ...
If you take the complete object-code
and just change the data-value
from the 6.2.2 version
to the 6.1.7 version
you will see video again in all browsers.
Related issues
History
#1 Updated by Markus Klein about 1 year ago
- Status changed from New to Closed
- Target version deleted (
next-patchlevel)
Closing as duplicate of #58569.
(Please consider using the search function on top right for finding possible existing issues. Thanks.)
#2 Updated by Paul A. Auwehla about 1 year ago
Thanks Markus!
This was a very very fast answer!
Didnt see the dublicate myself.
Did a search with the wrong keywords.