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.
- Inserted one basic template table with header,subheader,content and footer part.That are the td's id of a table.
- Now select one cell i.e. contenet and set as contenteditable=true.
- Click on button called myckw.
- Onclick first check (edtr.getSelection().getStartElement().getId==="content").
- 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
Keywords: | IE11 added; IE 11 removed |
---|---|
Status: | new → pending |
comment:2 Changed 8 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
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.