Closed (won't fix)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2008 at 09:48 UTC
Updated:
3 Feb 2013 at 19:54 UTC
Hi All,
when i input youtube code by html editor on ie7, it auto filter embeb tag, but on FF is not.
my code
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vpWEuOJQYYs&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/vpWEuOJQYYs&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
after i click update it was filter:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vpWEuOJQYYs&hl=en"></param><param name="wmode" value="transparent"></param>
</object>
thanks
Comments
Comment #1
jbyron commentedSame goes for me, I'm thinking of editing the input filter tag order to..
<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <object> <embed> <blockquote> <sup> <sub> <strike>Comment #2
jbyron commentednevermind, tinymce still strips the embed tag even though it's under the allowed HTML input filter configuration..
Comment #3
jbyron commentedsame problem in this ticket.. http://drupal.org/node/325491
Comment #4
adixon commentedI just posted a simple fix to the duplicate issue linked above.
I don't think it has anything to do with FF or IE - tinymce strips tags it doesn't know about, you just have to use the standard tinyMCE mechanism to allow these tags.
Comment #6
pomliane commentedThis version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.