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'
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'
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!