Closed (fixed)
Project:
Path Filter
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2010 at 21:58 UTC
Updated:
5 Mar 2010 at 23:40 UTC
I have the WYSIWYG module installed, and I'm using TinyMCE. When I insert a Flash asset, its paths are not getting automatically internalized by Path Filter (though link and image paths are internalized just fine). Here is the HTML generated by TinyMCE:
<object style="width: 320px; height: 250px;" width="320" height="250" data="https://www.example.com/sites/default/files/nodes/3957/course-objectives.swf" type="application/x-shockwave-flash"><param name="src" value="https://www.example.com/sites/default/files/nodes/3957/course-objectives.swf"></object>
Attached is a patch which solves this problem.
| Comment | File | Size | Author |
|---|---|---|---|
| pathfilter.module.patch | 1.27 KB | joelstein |
Comments
Comment #1
alexanderpas commentedComment #2
mrfelton commentedPatch applied to CVS, thanks.