Project

General

Profile

Actions

Bug #44887

closed

Pasting multiple lines plain text results in line breaks (<br>) instead of paragraphs (<p>)

Added by Helmut Hummel about 11 years ago. Updated over 6 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:

Description

Septs to reproduce:
Copy the following two lines plain text from a text editor into an RTE field:

Line 1
Line 2

Expected HTML

<p>Line 1</p>
<p>Line 2</p>

Actual HTML in IE (8.0) and FF (16.0.1)

Line 1<br />Line 2

Actual HTML in Chrome

<div>Line 1</div>
<div>Line 2</div>

After Saving:
<div><p>Line 1</p></div>
<div><p>Line 2</p></div>

Actions

Also available in: Atom PDF