Project

General

Profile

Actions

Bug #15712

closed

bad parsing in <embed>

Added by Unai Aizpurua over 18 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-02-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Stanislas Rolland over 18 years ago

What version of htmlArea RTE?

Why use deprecated tag embed?

Actions #2

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.

Actions #3

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.

Actions

Also available in: Atom PDF