Hi everybody,
When I have a comment at beginning of HTML (comments are auto-generated by server), I can't use the Bold feature.
I have the JavaScript error : TypeError: Object #<Object> has no method 'is'
it's occurs in /core/dom/range.js line 1032

Until a solution is found:
When I have a comment at beginning of HTML (comments are auto-generated by server), I can't use the Bold feature.
<!-- my comment--> <p>TEST</p>
I have the JavaScript error : TypeError: Object #<Object> has no method 'is'
it's occurs in /core/dom/range.js line 1032

Until a solution is found:
if(typeof(CKEDITOR) != "undefined") CKEDITOR.dom.node.prototype.is = function () { return false; };
Re: TypeError: Object #<Object> has no method 'is'
If you feel you found a bug in CKEditor, could you open a ticket on the Development site, as described here? This will make it easier to investigate by the QA and track the issue. Thanks!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: TypeError: Object #<Object> has no method 'is'
I have created the ticket.
Re: TypeError: Object #<Object> has no method 'is'
Thanks for this. For the record, this issue is now logged as #8578.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!