﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14634	getSelectedText omits <br> characters in IE	RHabib		"== Steps to reproduce ==

1. Enter following text in CKEditor in IE 11
line 1[[BR]]
line 2[[BR]]
line 3
2. select text and In JS call 
{{{
CKEDITOR.instances[yourid].getSelection().getSelectedText()
}}}

3. The returned text is ""line 1line 2line 3"" 
4. The length of string is 18. While in chrome it is 21

== Expected result ==
The returned text should have \n characters
== Actual result ==
The returned text is ""line 1line 2line 3"" 
The length of string is 18. While in chrome it is 21
== Other details (browser, OS, CKEditor version, installed plugins) ==
Chrome:
The returned text is ""line 1\nline 2\nline 3"" [[BR]]
IE11:
The returned text is ""line 1line 2line 3"""	Bug	confirmed	Normal		General	3.6.1		IE	
