Project

General

Profile

Actions

Bug #15490

closed

<hr> add blank line

Added by old_araymond almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-01-23
Due date:
% Done:

0%

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

Description

If I use "<hr>" at the end of a content in the rtehtmlarea( version 1.1.3 ), each time I save, it insert a blank line, visible only in the source code and in the frontend.

Tested with mozilla on Unix and PC

(issue imported from #M2365)

Actions #1

Updated by Stanislas Rolland almost 19 years ago

I cannot reproduce this problem with the default configuration(s).

Have you installed an extension that extends t3lib_parsehtml_proc?

Please explain what html code you get in the RTE and in the frontend, and what html code you think should be produced.

Actions #2

Updated by old_araymond almost 19 years ago

Here is the source code in the backend,
"<hr />

"
The "" show you that the cusor is really positioned 2 line below so there is two blank line result of two press on the save button.

And here is the code in the frontend

<p><hr>
</p>
<p> </p>
<p> </p>

I would expect no <p>&nbsp</p> to be added. I don't know why saving create those tags.

I don't know how to know if an extension extends t3lib_parsehtml_proc. Can you tell me which one to look at or do you want to have my extension's list to see by yourself?
Thanks

Actions #3

Updated by Stanislas Rolland almost 19 years ago

Fixed in version 1.1.6 on TER and in TYPO3core CVS, branch TYPO3_4-0.

Note: version 1.1.6 requires TYPO3 3.8.0+.

Actions

Also available in: Atom PDF