﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12770	Unable to instantiate new widget with predefined data using widget's command	Tieme		"According to the execCommand docs it should be possible to provide data to the execCommand
http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-execCommand

But when using this code none of that data ends up in the newly created widget, or in it's init or data methods
{{{
   editor.execCommand( 'simplebox', { startupData: { align: 'right', opened: false } } );
}}}



"	Bug	closed	Normal	CKEditor 4.5.0 Beta	UI : Widgets	4.3 Beta	fixed		
