Opened 17 years ago
Closed 17 years ago
#3468 closed Bug (fixed)
Syntax errors in trunk code is causing editor to crash in IE6, 7
| Reported by: | Martin Kou | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Review+ | Cc: |
Description
To reproduce:
- Open replacebyclass.html today's trunk code in IE6 or 7.
- JavaScript error.
Attachments (1)
Change History (5)
Changed 17 years ago by
| Attachment: | 3468.patch added |
|---|
comment:1 Changed 17 years ago by
| Keywords: | Review? added |
|---|
comment:2 Changed 17 years ago by
| Summary: | Syntax errors in trunk code is causing editor is crash in IE6, 7 → Syntax errors in trunk code is causing editor to crash in IE6, 7 |
|---|
comment:3 Changed 17 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:4 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [3461].
Click here for more info about our SVN system.

The error is due to a dangling semicolon near the end of element.js. I've fixed some other lint reported syntax errors in the core with the patch as well.