Opened 14 years ago
Closed 12 years ago
#8353 closed Bug (wontfix)
IE7: Crash when changing list type
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.6.1 |
Keywords: | IE7 | Cc: |
Description
The following test is crashing IE7:
http://ckeditor.t/tt/7290/1.html
These are the reproduction steps:
- Load this HTML:
<ul> <li> a</li> <li> b</li> <li> c</li> </ul>
- Put the caret after "b".
- Hit the "Numbered List" button.
The browser will totally crash.
This doesn't happen if doing the same after "a" or "c". It just happens with items in the middle of the list.
Confirmed with CKEditor 3.6.1 at least.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
I couldn't reproduce this any more, so I guess it expired.
The failing test has been moved out of master to t/8353:
http://ckeditor.t/tt/7290/1.html