﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12558	problem on widget_sdk_tutorial_2 example from CKEditor 4 Developer's Guide	johnwaynerui		"There is a problem with the widget_sdk_tutorial_2 example.As i followed the steps to develop a widget,actually i can not get the expected result.The problem is when i click the source view after insert a widget(in this example is a <div class=""simplebox""),the width attribute which i typed in the dialog is not actually set to the div and the div displays as default.When i change the template to <div class=""simplebox"" style=""width:300px"">,it works.So i guess there is a problem in the code:
 var width = this.element.getStyle( 'width' );
  if ( width )
  this.setData( 'width', width );
which is from simplebox/plugin.js.Cause this bug appears in the guide part which is so important for CKEditor new learner (like me),i hope core team can fix this as soon as possible.Cheer up and thank you guys so much for providing us such great editor!"	Bug	closed	Normal		Documentation & Samples		expired		
