Bug #15712
closedbad parsing in <embed>
0%
Description
When <embed> tag in inserted, RTE parsed to <ibed>.
Algo </embed> -> </ibed>
TSconfig set to:
RTE.default.proc.allowTags = embed,b,i,u,a,img,br,div,center
(issue imported from #M2682)
Updated by Stanislas Rolland over 18 years ago
What version of htmlArea RTE?
Why use deprecated tag embed?
Updated by Unai Aizpurua over 18 years ago
The version is 1.1.2
embed is used to add embed google video in a new or a general content.
Updated by Stanislas Rolland over 18 years ago
This specific problem is now corrected in CVS (version 1.3.1 of htmlArea RTE). However, be aware that neither Firefox, nor IE recognize the embed tag as a valid html tag when in editing mode. Therefore, any content inside the embed tag is removed.
Alternatives:
1. use the object tag;
2. use a content element of type html
3. disable the RTE on the content element of type text in which you want to insert an embed tag.