Bug #20012
closedRTE in Flexform with TV stripes < > (brackets) from tags as br, p
0%
Description
When using RTE in a Flexform with TV after saving the content, all brackets are stripped from the text. For example a bold text is shows up as "bthis should be bold/b"
The Flexform configuration looks like:
<config>
<type>text</type>
<cols>20</cols>
<rows>4</rows>
<wrap>virtual</wrap>
</config>
<defaultExtras>
richtext[*]:rte_transform[mode=ts_css]
</defaultExtras>
(issue imported from #M10430)
Updated by Steffen Kamper almost 16 years ago
I just have the same problem on one site. Moving same FCE to my local works correct.
When you look to DB, do you have the problem that "&" are removed?
Updated by Frederik Schaller over 15 years ago
Not sure if I got the point: "&" will be "converted" to amp; in the Flexform RTE, "&" is working fine on other Elements. Did I answer your question?
Updated by Steffen Kamper over 15 years ago
please report TYPO3 version. Is rte in section or not?
Updated by Frederik Schaller over 15 years ago
My Typo3-Version is 4.2.6. Different RTEs are on different Sheets in the Flexform. Maybe I was to fuzzy: I am using the RTE in my own extension - TemplaVoila is just the templating engine.
Updated by Stanislas Rolland over 15 years ago
This appears to be a problem with the configuration of the RTE transformation.
How do you specify the proc options for this element?
Updated by Steffen Kamper over 15 years ago
Please check this patch, where the problem is libxml coming with php-package.
I had this on one server and the patch solves the problem
http://bugs.typo3.org/view.php?id=9359
Updated by Frederik Schaller over 15 years ago
Thanks Steffen! The patched solved my problem too!
Updated by Oliver Hader over 15 years ago
Please use issue #19338 for further discussion since it's an libxml2 problem.