Opened 14 years ago
Last modified 14 years ago
#8249 closed Bug
[FF]: Problems with deleting last list item — at Version 3
| Reported by: | Jakub Ś | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.3 |
| Component: | Core : Lists | Version: | 3.0 |
| Keywords: | IBM | Cc: | satya_minnekanti@… |
Description (last modified by )
I have found this issue when reproducing 8248
Scenario 1
- Paste the following code:
<ol> <li> FirstListItem </li> <li> SecondListItem <ol> <li> ThirdListItem </li> <li> FourthListItem </li> <li> FifthListItem </li> </ol> </li> <li> SixthListItem </li> </ol>
- Place the cursor before "sixth item"
^SixthListItemand press backspace
Result: You wont be able to delete "3".
NOTE: Webkit and Opera concatenates fith item with sixth item - FifthListItemSixthListItem. IE puts sixth item in new paragraph. Not sure which behavior is correct.
Scenario 2
- The same as above
- Put the cursor behind fifth item
FifthListItem^and start pressing delete.
Result: When all text in sixth item gets deleted, number is deleted at the end.
Change History (3)
comment:1 Changed 14 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 14 years ago by
| Cc: | satya_minnekanti@… added |
|---|
comment:3 Changed 14 years ago by
| Description: | modified (diff) |
|---|
