﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11870	CKEditor 4.3.4 and ASP.NET 3.6.4	ido		"Following [https://dev.ckeditor.com/ticket/11847#no3], I would like to ask a  question:

in ver 3.6.4 i config the control in run time like this:
public static void SetupCKEditor(CKEditor.NET.CKEditorControl c)
{
   sb = new System.Text.StringBuilder(""["");
   for (int i = 100; i <= 200; i += 10)
     sb.AppendFormat(""{{name:'line-height: {0}%', element:'p', styles:{{'line-height':'{0}%'}}}},"", i);
   sb.AppendFormat(""]"");
   c.StylesSet = sb.ToString();
}

and it's work just fine !

when i update the client side to v4.3.4 (i delete the hole 'ckeditor' dictionary i copy the new one)
i got this javascript error in win xp and IE8 (in other OS or browser no):

Message: 'name' is null or not an object
Line: 927
Char: 600
Code: 0
URI: http://bci1.or-bit.net/demo9/ckeditor/ckeditor.js?t=C6HH5UF"	Bug	closed	Normal		Server : ASP.Net		invalid		
