Ticket #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
Change History
Changed 21 months ago by girish.hosanee
- Attachment newbug.JPG added
comment:1 Changed 21 months ago by j.swiderski
- Status changed from new to pending
- Keywords insert image in xpage in different field removed
- 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.
Note: See
TracTickets for help on using
tickets.

image of error when adding image in second field in xpage