id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
7302,CKEditor .Net Server control Height and Width Parameters do not work if attributes are placed in front of the Control ID,ckmullins,kaga,"CKEditor .Net Server control Height and Width Parameters do not work if attributes are placed in front of the Control ID

Version of control and ckeditor are both 3.5.2

Example:
The following declaration sets the width and height correctly:
<CKEditor:CKEditorControl  ID=""CKEditor1"" runat=""server"" Height=""800"" Width=""400"" ></CKEditor:CKEditorControl>

This one does not set the width and height at all:
<CKEditor:CKEditorControl Height=""800"" Width=""400"" ID=""CKEditor1"" runat=""server""></CKEditor:CKEditorControl>

The only difference is th ordering of the attributes.  Happens in all browsers.


",Bug,closed,Normal,,Server : ASP.Net,3.5.2,fixed,HasPatch,cmullins@…
