Ticket #6230 (closed Bug: fixed)
JS error in IE9
| Reported by: | wwalc | Owned by: | wwalc |
|---|---|---|---|
| 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
Change History
comment:1 Changed 3 years ago by wwalc
- Owner set to wwalc
- Status changed from new to review
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 3 years ago by Saare
- Status changed from review to review_passed
I think I saw that somewhere else as well, we really need to check that.
comment:3 Changed 3 years ago by wwalc
- Status changed from review_passed to closed
- Resolution set to fixed
Fixed with [5874]. I found few other places where the second argument was missing.
Note: See
TracTickets for help on using
tickets.
