Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11091 closed Bug (invalid)

Issue with CKEditor regarding instance already attached to element

Reported by: Ameya Sohoni Owned by:
Priority: Normal Milestone:
Component: General Version: 4.2.2
Keywords: Cc:

Description

I have Ck Editor 4.2.2 implemented, created a instance for framed text area but whenever I want to add an image using the "media Image" plugin into the CK editor content area I get the following Error.

Uncaught The editor instance "email_template_custom_text[value]" is already attached to the provided element.

Can you please help me since I am not getting any help regarding this.

Change History (2)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: Instance already attached removed
Resolution: invalid
Status: newclosed
  1. I'm not aware of any core "Media Image" plugin. If it was created by some third party then you should ask them for help.
  2. Before you do that please note that message you are getting is thrown when editor is created on certain element, not destroyed and then created again on this element. I recommend getting familiar with documentation (http://docs.cksource.com/Main_Page) and perhaps ajax.html sample where replace and destroy methods are used.

This is most likely your implementation issue thus I'm closing this ticket as invalid.

comment:2 Changed 10 years ago by Piotrek Koszuliński

Is "media image" the official image plugin shipped with standard CKEditor packages?

  • If yes, then please give more details (preferably a working HTML sample).
  • If no, then you should report this issue to the plugin's author.
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