Opened 13 years ago
Closed 13 years ago
#8340 closed Bug (expired)
Adding different images in different instances of ckeditor
Reported by: | girish.hosanee | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | |
Keywords: | Cc: |
Description
Hi i am using ckeditor on xpage. I have 2 instance of ckeditor in 1 form. on the first instance i can add an image and it is displayed in the form. The selection of the 2nd image is fine,but when i send it on the server, i get the following error: E.setCustomData is not a function
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | newbug.JPG added |
---|
comment:1 Changed 13 years ago by
Keywords: | insert image in xpage in different field removed |
---|---|
Status: | new → pending |
- On picture you have provided I have also seen message saying that some filebrowser property is undefined - could it be the source of your problem and message with setCustomData is only the result of first error?
- "E.setCustomData is not a function" means that you are trying to use setcustomData method on an object which doesn't have such. Could it be that you have mixed up something in your custom code?
If answer to both of my questions is now that could you tell me which CKEditor version you are using, have you done some custom configurations or changes to CKEditor code and if so than what were they?
I'm asking all this because if you download CKEditor and look into samples folder you will see replacebycode.html sample which has 2 editors in one form and it works just fine.
comment:2 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
image of error when adding image in second field in xpage