Opened 12 years ago
Closed 12 years ago
#10547 closed Bug (invalid)
instanceReady not fired
Reported by: | giammin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1.2 |
Keywords: | Cc: |
Description
when i use the normal editor (not inline edit mode) the instanceReady event is not fired.
if i use 2 instance of editor (one inline and one normal) only the inline instanceready event is fired
this bug happens only if i download ckeditor with the builder
builder config and code to reproduce are attached at the ticket
Attachments (2)
Change History (4)
Changed 12 years ago by
Attachment: | CKEDITOR_build-config.js added |
---|
Changed 12 years ago by
Attachment: | replacebycode.html added |
---|
comment:1 follow-up: 2 Changed 12 years ago by
forgot to say:
the editor is in a kind of readonly state
the same code works great with 4.1
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to giammin:
forgot to say:
the editor is in a kind of readonly state
the same code works great with 4.1
Hi!
Your build config lacks wysiwygarea
plugin (link) which is an essential element of every framed editor. To solve your problem, basically add:
... wysiwygarea: 1 ...
to CKEDITOR_build-config.js
.
builder config