Opened 11 years ago

Closed 11 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)

CKEDITOR_build-config.js (1.8 KB) - added by giammin 11 years ago.
builder config
replacebycode.html (6.9 KB) - added by giammin 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by giammin

Attachment: CKEDITOR_build-config.js added

builder config

Changed 11 years ago by giammin

Attachment: replacebycode.html added

comment:1 Changed 11 years ago by giammin

forgot to say: the editor is in a kind of readonly state

Version 1, edited 11 years ago by giammin (previous) (next) (diff)

comment:2 in reply to:  1 Changed 11 years ago by Olek Nowodziński

Resolution: invalid
Status: newclosed

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​.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy