Project

General

Profile

Actions

Bug #19665

closed

Indentation set with div section in htmlArea RTE renders not valid inFE

Added by Werner Trunk over 15 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-11-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in typo3 4.2.3
Correct Source in BE rte source view:
...
<div class="indent"><p>some text<br />lorem</p>
<p>ipsum</p>
<p>lorem</p></div>
...
renders to invalid html in FE:
...
<div class="indent"><p>some text<br />lorem</p>
<p>ipsum</p>
<p>lorem</div></p>
...
This looks ok in the browser but throws a lot off errors on validation.
Page Doctype is XHTML 1.0 Transitional

look also simular issue 0009261
(issue imported from #M9866)

Actions #1

Updated by Werner Trunk over 15 years ago

sorry didnt know that i have to encode source
valid source in RTE:
< div class="indent" >< p >some text< br / >lorem< /p ><br>
< p >ipsum< /p ><br>
< p >lorem< /p >< /div ><br>
renders to:
<br>
< div class="indent" >< p >some text< br / >lorem< /p ><br>
< p >ipsum< /p ><br>
< p >lorem< /div >< /p ><br>
<br>

doesn't help too, so how to submit html source samples ?
done with spaces.

Actions #2

Updated by Susanne Moog almost 15 years ago

I just tried to reproduce this with the current trunk version of TYPO3 and could not. If I enter the example HTML above into the RTE it gets rendered like that in the frontend.

Actions #3

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Closed
  • Target version deleted (0)
  • TYPO3 Version set to 4.2

No response in over one year => closed.

Actions

Also available in: Atom PDF