Opened 9 years ago

Closed 9 years ago

#12703 closed Bug (expired)

Chrome Version 40.0.2214.10 BETA 64-bit Syntax error in (ckeditor.js)

Reported by: piyush.singhal Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

CKEDITOR Version: "4.4.1"

Uncaught SyntaxError:

Unexpected identifier ckeditor.js:13 (anonymous function) ckeditor.js:13 (anonymous function) ckeditor.js:998

Line 13:

CKEDITOR.editor
(CKEDITOR.editor=function(){CKEDITOR._.pending.push([this,arguments]);CKEDITOR.event.call(this)},CKEDITOR.editor.prototype.fire=function(a,e){a in{instanceReady:1,loaded:1}&&(this[a]=true);return CKEDITOR.event.prototype.fire.call(this,a,e,this)},CKEDITOR.editor.prototype.fireOnce=function(a,e){a in{instanceReady:1,loaded:1}&&(this[a]=true);return CKEDITOR.event.prototype.fireOnce.call(this,a,e,this)},CKEDITOR.event.implementOn(CKEDITOR.editor.prototype));

Change History (2)

comment:1 Changed 9 years ago by Jakub Ś

Keywords: Chrome BETA syntax error removed
Status: newpending
Version: 4.4.1

Thank you for the report but beta version is not stable release and there is huge possibility that this error will not occur in stable.

Could I ask you however to report this ticket to Chrome team? If I understand correctly it is enough to load editor and such error will pop up. Is that correct?

Once ticket is created, could you provide link to this issue?

I will set this ticket to pending and once Chrome 40 stable is released we will check this issue in CKEditor.

NOTE: I have noticed you have set CKEditor 4.4.1. Could you check version 4.4.5? It is also possible that this error is happening in older editor but not newer one.

comment:2 Changed 9 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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