﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8608	CKEditor configuration is not read by instances runninng in the update panel	Wiktor Walc	kaga	"Reported in Ticket REF : 4450-QOFL-9363

In the mentioned ticket, although CKEditor configuration was set in the code e.g. enter mode, CKFinder integration:

{{{
<addtagPrefix=""CKEditor""assembly=""CKEditor.NET""namespace=""CKEditor.NET""/>

Aspx file:

<CKEditor:CKEditorControlID=""CKEditorDe""runat=""server""></CKEditor:CKEditorControl>

Aspx.cs file:

usingCKEditor.NET;

usingCKFinder;

CKFinder.FileBrowserfbDe = newCKFinder.FileBrowser();

fbDe.BasePath = ""/CKFinder"";

fbDe.SetupCKEditor(CKEditorDe);
}}}

the created instances were completely ignoring all configuration options (e.g. the ""Browse Server"" buttons were not appearing, because filebrowserBrowseUrl was not set).

As reported later by the customer, the problem might be in:[[BR]]

""if editor is inside update panel doesnt work if settings are inside `!ispostback` code"".

To investigate.
"	Bug	closed	Normal		Server : ASP.Net		fixed		
