Project

General

Profile

Actions

Bug #23392

closed

Entering line breaks in a blank RTE with Internet Explorer works not correctly

Added by Thomas Lange almost 14 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2010-08-17
Due date:
% Done:

0%

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

Description

The Problem shows in Internet Explorer 7 und 8 in
TYPO3 4.3.5 (rtehtmlarea 1.8.11) und TYPO3 4.4.2 (rtehtmlarea 2.0.3).

How to reproduce:
  • Open a blank RTE (without any content) with IE
  • Press Shift+Enter to create a line break => It make's nothing instead of '<br /><br />'
or so:
  • Open a blank RTE (without any content) with IE
  • Press Shift+Enter to create a line break
  • Go to the first line and type some text here
  • Then show the source => It make's 'sometext' only instead of 'sometext<br />'
only this variant works fine:
  • Open a blank RTE (without any content) with IE
  • Press Shift+Enter to create a line break
  • write some text in the new second line
  • Then show the source => It make's '<br />sometext' correctly in all browsers
The other browsers, I tested:
  • Firefox 3.6
  • Chrome 5
    are not affected.

(issue imported from #M15483)

Actions

Also available in: Atom PDF