#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)
Change History (6)
Changed 14 years ago by
Attachment: | ckeditor_ie9_error.png added |
---|
Changed 14 years ago by
Attachment: | 6230.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to Wiktor Walc |
---|---|
Status: | new → review |
comment:2 Changed 14 years ago by
Status: | review → review_passed |
---|
I think I saw that somewhere else as well, we really need to check that.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5874]. I found few other places where the second argument was missing.
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.