Opened 8 years ago
Closed 8 years ago
#16763 closed Bug (expired)
TypeError: e is null
Reported by: | sweta | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I have 'moving widget' in my ckeditor, it can move containers among ckeditor editable areas. If I will continuously move/add/delete them. at some point ckeditor will break. throwing error like above
TypeError: e is null
for below line and some other places:
e = e.type != CKEDITOR.NODE_ELEMENT || 0 === g || g == e.getChildCount() ? 0 : (e.getChild(g - 1) !== null) ? e.getChild(g - 1).type == CKEDITOR.NODE_TEXT && e.getChild(g).type == CKEDITOR.NODE_TEXT : 0;
I can't figure why it is throwing such errors. Please help me. Thanks in advance.
Change History (3)
comment:1 Changed 8 years ago by
Version: | → 4.6.1 |
---|
comment:2 Changed 8 years ago by
Status: | new → pending |
---|---|
Version: | 4.6.1 |
comment:3 Changed 8 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Please also tell me if this is happening with your custom widgets or CKEditor widgets like image2? If this is happening with custom plugins only, there is a pretty good chance the problem is with your widget.
If widget is very very basic or this is happening with our widgets e.g. image2, please provide reduced test case file or a link to reduced sample application (no server-side is needed) which I could put on my server, execute your steps and see the error.