﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8758	TypeError: Object #<Object> has no method 'is'	nevaram		"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; };
}}}"	Bug	new	Normal		General	3.6.3 (SVN - trunk)			
