﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5342	Editor always at least 300px wide on Webkit	Mikko Kinnunen		"Webkit-based browsers refuse to create editors less than 300 pixels wide. Following code creates 300px wide editor, even though 150 is specified for all width options. Testcode was made against 2nd example in /_samples/replacebycode.html

{{{

CKEDITOR.config.toolbar_Mini = [ ['Bold','Italic','RemoveFormat'] ];
CKEDITOR.replace( 'editor2', { width: 150, resize_maxWidth: 150,  resize_minWidth: 150, skin: 'v2', toolbar: 'Mini' } );
}}}
Happens on Safari 4.0.3 (Windows) / Chrome 4.1.249.1036 (Windows)"	Bug	closed	Normal		General	3.0	fixed	WebKit HasPatch	
