Opened 9 years ago
Closed 9 years ago
#13764 closed Bug (invalid)
Unable to bind html to ckeditor in edit mode
Reported by: | Anand | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I have created multiple ckeditors dynamically by clicking on a button, finally saving all ckeditor data into database, in edit mode i am showing data in respective ckeditor but first ckeditor is not displaying the data when the page is initially loads if i refresh the page first ckeditor is biding, below is the code i am using
CKEDITOR.instances.editor1.setData(val.sectionContent()); CKEDITOR.instances.editor1.updateElement();
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.3 |
I have created multiple instances of the editor, checked now
setData
works with them and I find no issues.val.sectionContent()
I'm closing this ticket as invalid because I don't see any problem with the editor here.
@Anand If you still think there is a problem with the editor, please provide reduced sample which allows reproducing this issue in default CKEditor package, without any server-side.