Actions
Bug #15614
closedcharacter formatting of complete paragraphs lost
Start date:
2006-02-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions