Project

General

Profile

Actions

Bug #15614

closed

character formatting of complete paragraphs lost

Added by Christian Boltz about 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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 #1

Updated by Christian Boltz about 18 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]

Actions #2

Updated by Rob Vonk over 15 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.

Actions #3

Updated by Christian Kuhn about 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.

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF