﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5948	IE8 delete list element bug	littlpower		"When I create a list <ol> elment under a <p> element
The example is shown as follow:
test
   1.111
   2.222
when I press delete after the last character of 'test', the ckeditor will prduce a bug, the example is shown as follow:
test
111
222
and the source html code is shown as follow:
<p>
	test</p>
<p>
	<li>
		111</li>
</p>
<p>
	<li>
		222</li>
</p>
And my IE version is IE8.0.6001.18702, Os is Windows XP + SP3, ckediotr version is 3.3.1

However when I use win7 + IE8.0.7600.16385 to test this example, the bug doesn't appear!

I am looking forward your reply!

Best regards,

Littlepower"	Bug	confirmed	Normal	CKEditor 3.x	General	3.3.1		List element destory	
