Opened 9 years ago

Closed 8 years ago

#14688 closed Bug (expired)

SCRIPT16389: Unspecified error in IE 11

Reported by: sweta Owned by:
Priority: Normal Milestone:
Component: File Browser Version: 4.5.7
Keywords: IE11 Cc:

Description

I am using ckeditor version 4.5.7. and in this version I am facing issue with "SCRIPT16389: Unspecified error" in IE 11.

  1. Inserted one basic template table with header,subheader,content and footer part.That are the td's id of a table.
  2. Now select one cell i.e. contenet and set as contenteditable=true.
  3. Click on button called myckw.
  4. Onclick first check (edtr.getSelection().getStartElement().getId==="content").
  5. If true then edtr.execCommand("myckw") which will insert myckw (widget) in that perticular selected td.

Now the issue is when I click on myckw button. I am getting below error. SCRIPT16389: Unspecified error File: ckeditor.js, Line: 439, Column: 414

Any help would be appreciated. Thanks in advance.

Change History (2)

comment:1 Changed 9 years ago by Jakub Ś

Keywords: IE11 added; IE 11 removed
Status: newpending

Your steps describe what to do with some custom code that is not attached to this ticket. In order to accept a bug we need a step by step scenario that can be performed in default CKEditor package or ready to use code which will show the bug by performing simple steps.

Please provide such code or I will need to close this ticket as invalid.

Please also get familiar with this link - https://dev.ckeditor.com/wiki/Bugs. It explains how to report bugs properly.

comment:2 Changed 8 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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