Opened 11 years ago
Closed 10 years ago
#11653 closed Bug (expired)
Ckeditor 3.6.4 Not working while retrieving page through Oracle FSM
Reported by: | sudhir marathe | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.4 |
Keywords: | Cc: | rohan.virkar@…, "Sumukh, mahesh, Keni", <sumukh.keni@…>, "Tina, Simethy", <tina.simethy@…>, "Ramu, Mothukuru", <m.ramu@…> |
Description
Hi, We have integrated ckeditor 3.6.4 (java version)in ADF but while retrieving integrated page from External Application such as Oracle FSM Ckeditor component is not loading and giving some java script error on browser as follows : m.lang.contextmenu is undefined in ckeditor.js
While debugging found that lang object load to empty.
Attachments (1)
Change History (4)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Status: | new → pending |
---|
comment:2 Changed 11 years ago by
It looks like you are loading CKEditor from a custom URL. Because CKEditor is unable to detect it's location by looking for ckeditor.js
string at the end of the URL, it has troubles with loading external resources, like language files. Make sure to set CKEDITOR_BASEPATH
before loading scripts:
comment:3 Changed 10 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
This is place for reporting bugs and asking implementation questions. You should have asked this on support channel.
From what you have provided it looks like language is missing e.g. someone has downloaded editor with full set of languages and then removed some folders with lang files.
Have you got access to this component? Could you tell me which locale you are using in your browser/OS and if it is present in CKEditor inside this component?