Opened 16 years ago
Closed 16 years ago
#3252 closed Bug (invalid)
Deletion within nested list item is incorrect
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Make the following content with the selection;
<ol> <li> lev^el1 <ol> <li> lev^el2<br /> </li> </ol> </li> </ol>
- Press 'Ctrl-X' to perform deletion on the seletion range.
- Actual Result:
<ol> <li> lev <ol> <li> el2<br /> </li> </ol> </li> </ol>
- Expected Result:
<ol> <li> level2<br /></li> </ol>
- Actual Result:
Change History (1)
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This is not controlled by our code, and would hardly be fixable. It doesn't look like a totally undesired behavior, and I can't understand how one could ever have the exemplified expected result.