﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10294	Incorrect line breaks using paste as plain text and div as enter mode	Perttu Myry		"Some line breaks can be lost when pasting data as plain text to editor which is using div as enter mode.

'''Steps to reproduce'''

1. Copy some text with multiple line breaks, I used the following piece of text

{{{
#1 first

#2 second
#3 third
}}}

2. Paste that data into editor which is using div as enter mode
3. The line break between first and second will be lost and output will look like this

{{{
#1 first
#2 second
#3 third
}}}

When using either p or br as enter mode the line break between first and second will be there so this issue is specific to using div enter mode.

The HTML source for the pasted data looks like this.

{{{
<div>
<div>1. foo</div>

<div>3. bar<br />
4. foz</div>
</div>
}}}"	Bug	closed	Normal		Core : Pasting	4.1	invalid		
