Opened 15 years ago
Closed 15 years ago
#4196 closed Bug (fixed)
[chrome] List gets destoryed after repetitive type changes
Reported by: | Tobiasz Cudnik | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | Core : Lists | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ | Cc: |
Description
In chromium, list gets destoryed after repetitive type changes. Refer to attached video TC.
Attachments (2)
Change History (7)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Component: | General → Core : Lists |
---|---|
Keywords: | Confirmed added; webkit removed |
Version: | → SVN (CKEditor) |
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
I've expected the wrong output on previous comment, the correct result should be what we have in v2:
<ul> <li> a</li> </ul> <p> b</p> <ul> <li> c</li> </ul>
Changed 15 years ago by
Attachment: | 4196.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ticket Test added at :
http://ckeditor.t/tt/4196/1.html.
Fixed with [4523].
With the help from Tobias, I was managed to find an even easier way to reproduce:
So it's a general list bug instead of a webkit specific one.