Opened 12 years ago
Last modified 11 years ago
#9398 closed Bug
Double Insert HTML — at Initial Version
Reported by: | Flavien CROCHARD | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox | Cc: |
Description
3 steps to reproduce with firebug to simulate a custom plugin.
In br mode :
- In firebug, type : CKEDITOR.instances.editor1.insertHtml("foo")
- In the editor, put the cursor after foo and push enter.
- In firebug, type : CKEDITOR.instances.editor1.insertHtml("foo")
An unexpected error happens : Failure Code 0x80004005
Thanks in advance