[TYPO3-core] RFC: #1294: movie param of flash object not processed by prefixResourcePath()
Jigal van Hemert
jigal at xs4all.nl
Sat Jun 5 08:57:22 CEST 2010
Reminder #4
Now with version 2 against current trunk and branch 4.3
How to test:
- Create page template with an <object> tag and a path in the value
attribute of a <param> tag with name="movie":
<object>
<param name="movie" value="movie.swf" />
<embed src="movie.swf"></embed>
</object>
- set relPathPrefix
- without patch only the path in the src attribute of the embed tag is
adjusted
- with patch also the value attribute in the param adjusted with the
relPathPrefix
Jigal van Hemert wrote:
> Reminder #3
>
> Jigal van Hemert wrote:
>> Reminder #2
>>
>> Jigal van Hemert wrote:
>>> Reminder #1
>>>
>>> Jigal van Hemert wrote:
>>>> This is an SVN patch request.
>>>>
>>>> Type:
>>>> Bug
>>>>
>>>> Bugtracker references:
>>>> http://bugs.typo3.org/view.php?id=1294
>>>>
>>>> Branches:
>>>> trunk, 4.2
>>>>
>>>> Problem:
>>>> An embeded flash object is only partly handled by
>>>> t3lib_parsehtml::prefixResourcePath(); only the <embed src="...">
>>>> attribute is modified and the <param name="movie" value="...">
>>>> attribute is not handled.
>>>>
>>>> Solution:
>>>> Include the param tag to the tags which are modified and only handle
>>>> the value attribute if name="movie" is found.
--
Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 1294_branch4-3_v2.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100605/695a8b79/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 1294_trunk_v2.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100605/695a8b79/attachment.txt>
More information about the TYPO3-team-core
mailing list