Bug #32948
closedtag span with contentCSS
0%
Description
Hello,
When I try to save a block content after adding a tag "<span>" in paragraph, this last span is removed.
After some tests, if I disable(comment LINE ) the tsconfig properties "ContentCSS", the span tag is correctly saved.But if I leave this properties, the span disappear.
The problem is in all branch 4.4.x and 4.5.x
In attachment : my tsconfig configuration
Thanks for your answer
Best regards
Files
Updated by Stanislas Rolland over 12 years ago
- Project changed from 1947 to TYPO3 Core
Updated by Stanislas Rolland over 12 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- TYPO3 Version set to 4.5
Updated by Stanislas Rolland over 12 years ago
I don't really understand this strange proc config.
Add span to proc.allowTags
The following line is certainly not understood by htmlParser
p.allowedTags = span
What is the purpose of this line?
allowTagsOutside = img,hr,table,tr,th,td,h1,h2,h3,br,ul,ol,li,pre,address,iframe,span
If you do not understand the proc configuration please start from the default one.
I think this is a configuration issue.
Updated by Stanislas Rolland over 12 years ago
- Status changed from New to Rejected
- Assignee set to Stanislas Rolland