﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13568	Method getSelectedHtml() seems to return invalid results.	Jakub Ś	Szymon Cofalik	"This issue has been reported on our support channel.

1. Clear editor contents
2. Type ""test test""
3. Press Ctrl+A
4. Fire e.g. in Firebug or IE or Chrome console
{{{
console.log(editor.getSelection().getSelectedText());
console.log(editor.getSelectedHtml(true));
console.log(editor.getSelectedHtml().getHtml());
}}}
Results:[[BR]]
**IE11 and FF:** [[BR]]
{{{
test test
test test<p></p>
test test<p></p>
}}}

**IE8, Safari and Blink:** [[BR]]
{{{
test test
test test
test test
}}}

**IE9-10:** [[BR]]
{{{
test test 
<p>test test</p> 
<p>test test</p> 
}}}

IMHO only IE9-10 seem to return correct results."	Bug	closed	Normal	CKEditor 4.5.3	General	4.5.0	fixed	Support	
