Opened 12 years ago

Closed 10 years ago

#9398 closed Bug (fixed)

Double Insert HTML

Reported by: Flavien CROCHARD Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Firefox Cc:

Description (last modified by Jakub Ś)

3 steps to reproduce with firebug to simulate a custom plugin.

In br mode :

  1. In firebug, type : CKEDITOR.instances.editor1.insertHtml("foo");
  2. In the editor, put the cursor after foo and push enter.
  3. In firebug, type : CKEDITOR.instances.editor1.insertHtml("foo");

An unexpected error happens : Failure Code 0x80004005

Thanks in advance

Change History (3)

comment:1 Changed 12 years ago by Jakub Ś

Description: modified (diff)
Version: 3.6.5 (SVN - trunk)3.0

comment:2 Changed 12 years ago by Jakub Ś

Status: newconfirmed

Reproducible in Firefox from CKEditor 3.0.

Message:"NS_ERROR_FAILURE"
_proto_:[unsupported: no toString() function in type object] { QueryInterface=QueryInterface(), initialize=initialize()}
Line: 125
URI: /ckeditor/_source/plugins/wysiwygarea/plugin.js"

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

Resolution: fixed
Status: confirmedclosed

In CKEditor 4.0 we introduce completely custom insert HTML method, so most likely then we bypassed this FF's issue.

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