Opened 14 years ago
Closed 14 years ago
#8167 closed Bug (expired)
CKEditor crashes on simple html code
| Reported by: | fernandomm | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Parser | Version: | |
| Keywords: | Cc: |
Description
CKEditor crashes with this simple html code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<br>
<div>
</div>
</body>
</html>
Firefox points the problem to core/htmlparser/fragment.js:270.
If you remove the <br> it works:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<div>
</div>
</body>
</html>
Change History (4)
comment:1 Changed 14 years ago by
| Status: | new → pending |
|---|
comment:2 Changed 14 years ago by
@fernandomm any updates regarding this issue?
How did you use the above code that you have managed to break CKEditor?
comment:3 Changed 14 years ago by
| Version: | 3.6.1 |
|---|
comment:4 Changed 14 years ago by
| Resolution: | → expired |
|---|---|
| Status: | pending → closed |

I have tried to use your code in fullPage sample in CKEditor 3.6.1 but nothing unusual happened. Could you provide me with more detailed steps to reproduce the problem?