Opened 12 years ago

Closed 12 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 Anna Tomanek)

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)

Capture.PNG (66.0 KB) - added by nevaram 12 years ago.
Chrome screen capture
screen_ckeditor.mpg (118.7 KB) - added by nevaram 12 years ago.
Screencast

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by nevaram

Attachment: Capture.PNG added

Chrome screen capture

comment:1 Changed 12 years ago by Anna Tomanek

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

Changed 12 years ago by nevaram

Attachment: screen_ckeditor.mpg added

Screencast

comment:2 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed
Version: 3.6.3 (SVN - trunk)

DUP of #8732

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy