﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5756	Pasting block element in inline element breaks html and causes cursor panic	Arne		"First bug:[[BR]]

1. copy some html content which contains a paragraph(or any block
element)[[BR]]
2. Clear content in editor[[BR]]
3. Add a single word[[BR]]
4. make word italic/bold[[BR]]
5. place cursor inside the word.[[BR]]
6. paste[[BR]]
7. place cursor at the last character of the content[[BR]]
8. press enter[[BR]]

Observation: [[BR]]
The cursor jumps to the top of the editor and content is shifted down.[[BR]]

Second bug:[[BR]]

Repeat steps 1-6 above.[[BR]]
7. place cursor at the beginning of the last paragraph[[BR]]
8. press enter[[BR]]

Observation: [[BR]]
The cursor remains on same paragraph but content is shifted up.[[BR]]

Tested and confirmed in [[BR]]
 - FCKeditor 2.6.1[[BR]]
 - FCKeditor 2.6.6[[BR]]
 - CKEDITOR 3.2.1[[BR]]

HTML content before pasting :[[BR]]

{{{
<p><em>italic</em></p>
}}}


HTML after pasting :

{{{
<p><em>ita</p>
<p>paragrapn</p>
<p>lic</em></p>
}}}
[[BR]]
I assume this behaviour is caused by the broken HTML"	Bug	closed	Normal		Core : Pasting	3.0	fixed	IE	satya_minnekanti@…
