Opened 16 years ago
Closed 16 years ago
#3714 closed Bug (invalid)
Tables are causing html parser to go into infinite loop
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | Core : Output Data | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
To reproduce:
- Open replacebyclass.html in any browser.
- Insert a default table into the editing area.
- Switch to Source mode.
- The editor hangs.
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Ok, I've got a reliable way to reproduce this bug:
- Insert a table after the first paragraph.
- Delete any other paragraphs in the editor by selecting them and pressing backspace twice.
- Go to Source mode.
- The browser hangs.
comment:4 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Oops... so it's already fixed by [3663]... I was just one revision behind the fix :)
There seems to be some randomness in this bug - I'm not always able to reproduce it.