﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12132	Image is inserted with width&height styles even when they are not allowed	Jakub Ś	Artur Delura	"1. Use below setting:
{{{
var editor = CKEDITOR.replace( 'editor1', {	
	disallowedContent : 'img{width, height}[width, height]'				
});
}}}
2. try to insert a new image (plase be sure that provided url is valid and blur text input before closing dialog).

Removing width, height works great on initial content but it doesn't when you insert new image. Here is what happens:
1. Image is inserted with width/height style (can be checked with firebug)
2. When you switch to source mode style is still there. Method getData also returns width/height in style.
3. Only second switch to source mode returns width/height from image. Could be applicable for other elements.
"	Bug	closed	Normal	CKEditor 4.4.3	General	4.1	fixed		
