Project

General

Profile

Actions

Bug #64015

closed

TAGS ALLOWED OUTSIDE P & DIV - has no effect?!

Added by Harald no-lastname-given almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2014-12-22
Due date:
% Done:

0%

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

Description

Hi developers!

The above function has no effect.

If an additional TAG is added according to instructions.

example:

RTE.default.proc.allowTags: = addToList (iframe)
RTE.default.proc.entryHTMLparser_db.allowTags: = addToList (iframe)
RTE.default.proc.allowTagsOutside: = addToList (iframe)

styles.content.links.allowTags = b, i, u, a, img, br, div, table centers, pre, font, hr,
sub, sup, p, strong, em, li, ul, ol, blockquote, strike, del, ins, span, h1, h2, h3, h4,
h5, h6, address, iframe

The <iframe> TAG is still enclosed in a <p> TAG.

I have also tested it without additional RTE configuration.

I mean, I tested it with a change in the original file extension "rtehtmlarea" - no effect.

What is also strange is if the file "rtehtmlarea \ Configuration \ Paget \ proc \ pageTSConfig.txt" setting
"#allowTagsOutside = address, article," is disabled, the specified TAGS be created anyway without <p> TAG?

Harald

Actions

Also available in: Atom PDF