Bug #15614
closedcharacter formatting of complete paragraphs lost
0%
Description
When I format a complete paragraph bold or italic, this formatting is missing in the rendered page.
I use htmlarea as RTE and see the following HTML source there:
<p style="font-style: italic;">some text</p>
In the frontend I only get
<p>some text</p>
I don't think it is a htmlarea issue because the source view in htmlarea is still correct (with "style") even at the next login.
BTW: Formatting parts of a paragraph works without problems.
- use htmlarea as editor
- enter some text, format the whole paragraph bold
- check the HTML code in htmlarea's source view
- save the page
- view the rendered page
(issue imported from #M2545)
Updated by Christian Boltz almost 19 years ago
Unfortunately, the bug tracker doesn't like HTML code :-(
Here again with "wrong" square brackets to avoid this problem.
HTML source in htmlarea:
[p style="font-style: italic;"]some text[/p]
HTML source of rendered page:
[p]some text[/p]
Updated by Rob Vonk over 16 years ago
I can confirm this with 4.2.0 and rtehtmlarea 1.7.4. Making part of a text italic works but if you make the complete text italic, it loses the formatting.
Easy to test by switching between source and wysiwyg mode.
Updated by Christian Kuhn over 14 years ago
Resolved, fixed.
I can't find the duplicate issue right now, but I'm pretty sure Stanislas fixed this in younger versions of rtehtmlerea. Please reopen if I'm wrong and this still occurs in recent 4.3.2.