[TYPO3-core] RFC: #1294: movie param of flash object not processed by prefixResourcePath()
Jigal van Hemert
jigal at xs4all.nl
Mon Jun 21 22:36:33 CEST 2010
Reminder #5...
Jigal van Hemert wrote:
> 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
More information about the TYPO3-team-core
mailing list