Ticket #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) (diff)
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
Change History
Changed 15 months ago by nevaram
- Attachment Capture.PNG added
comment:1 Changed 15 months ago by Anna
- Keywords Comment bold Object no method is removed
- Description modified (diff)
FYI, this issue was originally reported on the community forum: http://cksource.com/forums/viewtopic.php?f=11&t=24791
Note: See
TracTickets for help on using
tickets.

Chrome screen capture