Opened 13 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)
Change History (3)
Changed 13 years ago by
Attachment: | 8608.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | set to kaga |
---|---|
Status: | new → review |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed with [7591].