﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5028	CSS error in template kama skin	Steven Potter		"When ckeditor shares a DIV with an object that has a float: left property the editor doesn't render properly.

See the attached HTML file to replicate this issue.  Just copy the attached file into your samples directory and view it.

I believe the issue is due to the following CSS:

{{{
.cke_skin_kama
{
       display: block;
}
}}}

in the mainui.css file.   It seems to render correctly if the css is changed to 
{{{
display: inline-block;
}}}
"	Bug	confirmed	Normal		UI : Skins	3.0			
