Project

General

Profile

Actions

Bug #14534

closed

Header formatting won't end with Firefox

Added by old_mich almost 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-02-06
Due date:
% Done:

0%

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

Description

With all the versions I tried, I have a problem with Firefox and the setting

disableEnterParagraphs = 0

When I'm starting a header via RTE Menu, it works as expected until I press "enter". Then, the formatting options menu entry springs to "normal", also as expected; but, when I continue to type, formatting remains in header style. I have found no way to end header mode via RTE options when in this state.

The generated HTML looks like this:

<h1><p>Header</p><p>normal text this is not.<br /></p></h1>

So it's pushing the </h1> ahead indefinitely.

With Internet Explorer, all the above is working as expected.

rtehtmlarea 0.4.33
Typo3 3.6.2
Firefox 1.0

(issue imported from #M755)

Actions #1

Updated by old_mich almost 20 years ago

Argh, Bugzilla ate my formatting. The generated html looks more like this:

{h1}{p}Header{/p}{p}normal text this is not.{br /}{/p}{/h1}

With <> instead of {} of course :P

Actions #2

Updated by Stanislas Rolland almost 20 years ago

Please try version 0.4.36.

Actions

Also available in: Atom PDF