﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10179	Bug on image dialog behavior	Jose Carlos Aparicio		"It was found a bug on image dialog behaviour. When i try to set a new image, for instance:

[[Image(http://img593.imageshack.us/img593/7804/cap1yg.png)]]

Ckeditor translate it to html successfuly 
{{{
<img alt="""" src=""http://designals.net/wp-content/uploads/2011/10/tarjetas-04.jpg"" style=""width: 600px; height: 430px;"" />
}}}

But when i submit it, HTML code which is send is wrong

{{{
<img alt="""" src=""http://designals.net/wp-content/uploads/2011/10/tarjetas-04.jpg""  600px; height: 430px;"" />
}}}

So, style tag {{{""style=""width:""}}} is deleted. I think CKeditor corrupt html code when content is posted."	Bug	closed	Normal		Core : Parser	4.0.1	invalid		
