Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#6230 closed Bug (fixed)

JS error in IE9

Reported by: Wiktor Walc Owned by: Wiktor Walc
Priority: Normal Milestone: CKEditor 3.4.1
Component: General Version: 3.4
Keywords: Cc:

Description

When loading CKEditor in IE9, a JavaScript error is shown:

 SCRIPT65535: Invalid parameter count for function call

Looks like a simple issue - the second argument (delay) in setTimeout is missing.

I haven't checked older versions, but the bug is present at least in 3.4. Targeting to the next release as it is a really simple bug and people might start checking CKEditor in IE9 much more often soon.

Attachments (2)

ckeditor_ie9_error.png (35.8 KB) - added by Wiktor Walc 14 years ago.
6230.patch (437 bytes) - added by Wiktor Walc 14 years ago.

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by Wiktor Walc

Attachment: ckeditor_ie9_error.png added

Changed 14 years ago by Wiktor Walc

Attachment: 6230.patch added

comment:1 Changed 14 years ago by Wiktor Walc

Owner: set to Wiktor Walc
Status: newreview

The attached patch fixes the described issue. We should also check the source code looking for a similar issues in different parts of the code.

comment:2 Changed 14 years ago by Sa'ar Zac Elias

Status: reviewreview_passed

I think I saw that somewhere else as well, we really need to check that.

comment:3 Changed 14 years ago by Wiktor Walc

Resolution: fixed
Status: review_passedclosed

Fixed with [5874]. I found few other places where the second argument was missing.

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