﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13701	Indent copied text	Irina		"== Steps to reproduce ==

1. Open an external program, like note pad, and type a few lines like:

{{{
aaa
bbb
ccc
}}}

2.  Copy the text
3. Paste into the ckeditor with DIV enter mode (either by using the paste text dialog, or by ctrl + v)
4. Put your cursor at the beginning of the second line of text
5. Hit the indent toolbar button

== Expected result ==
only second line of text is indented

== Actual result ==
all three lines of text are indented

== Other details (browser, OS, CKEditor version, installed plugins) ==
It looks like this issue occurs because all three lines are part of one DIV block, and the line breaks are achieved via <br> tags. Shouldn't separate lines be in separate DIV blocks instead? It looks like ckeditor interprets single line breaks as <br> and double line breaks as separate <DIV>s when pasting, is it expected? "	Bug	closed	Normal		General		invalid	IBM	Satya Minnekanti giogio inga Christophe Guillou
