Opened 12 years ago

Closed 12 years ago

#8608 closed Bug (fixed)

CKEditor configuration is not read by instances runninng in the update panel

Reported by: Wiktor Walc Owned by: kaga
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: Cc:

Description

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:

"if editor is inside update panel doesnt work if settings are inside !ispostback code".

To investigate.

Attachments (1)

8608.patch (1.2 KB) - added by kaga 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by kaga

Attachment: 8608.patch added

comment:1 Changed 12 years ago by kaga

Owner: set to kaga
Status: newreview

comment:2 Changed 12 years ago by Wiktor Walc

Resolution: fixed
Status: reviewclosed

Fixed with [7591].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy