﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9436	Span in IE8 not works correctly	Yinfeng.Guo		"Dear Sir or Madam,

Sorry for disturbing you.

We found a bug, the whole source code is as below:

{{{
<html>
<head>
	<script type=""text/javascript"" src=""../ckeditor.js""></script>
</head>
<body>
	<textarea  id=""a"" ></textarea>
	<script type=""text/javascript"">
             var b = CKEDITOR.replace(""a"");
             b.setData('<span class=""c""/><div>d<div>')
	</script>	
</body>
</html>
}}}




'''The problem is:'''
[[BR]]
In IE8, the code will change from

{{{
<span class=""c""/><div>d<div>
}}}
 
to

{{{
<div>
	<span class=""c"">d</span>
	<div>
		&nbsp;</div>
</div>
}}}


'''In conclusion: we don't want the char 'd' in the <span> tag.'''
 



We appreciate it if you could solve this. Many thanks in advance. :)
[[BR]]
Have a good day!

Best Regards,[[BR]]
Yinfeng"	Bug	closed	Normal		General	3.6.5	invalid	Span IE8	haobo.song@… yinfeng.guo@…
