Opened 13 years ago
Closed 13 years ago
#8758 closed Bug (duplicate)
TypeError: Object #<Object> has no method 'is'
Reported by: | nevaram | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
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; };
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | Capture.PNG added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Comment bold Object no method is removed |
FYI, this issue was originally reported on the community forum: http://cksource.com/forums/viewtopic.php?f=11&t=24791
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 3.6.3 (SVN - trunk) |
DUP of #8732
Chrome screen capture