﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8388	CTRL-V Paste with Opera going to top of editor	Freddie Bingham		"Seems that this bug is so obvious that it should already be reported but I did not find anything with ""opera"" and ""paste"".

Tested at: http://nightly.ckeditor.com/7282/_samples/enterkey.html

First, copy some text so that when you use CTRL+V, you can paste it. I used ""text"" to paste with CTRL+V. Using ENTER_P mode, enter the following text using Shift+enter or using ENTER_BR mode (what we use).

{{{
a
b
c
}}}

Place you cursor after the ""c"", press CTRL+V. Note that it works properly.

{{{
a
b
ctext
}}}

Now move the cursor to after ""b"" and press CTRL+V.  Note that the text gets pasted at the top of the editor.

Get:
{{{
texta
b
ctext
}}}

Should be:

{{{
a
btext
ctext
}}}

Same thing happens if you move the cursor to after the ""a""."	Bug	confirmed	Normal		General	3.1		Opera	
