Opened 14 years ago
Closed 9 years ago
#7739 closed Bug (fixed)
[[safari/chrome]] deleting a list creates an empty div instead of paragraph
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, James Cunningham, Teresa Monahan |
Description
To reproduce the defect:
- Open Ajax sample and create a Numbered/Bulleted list.
- select the entire list using Ctrl + A and press delete/backspace
Expected Result: entire list gets deleted.
Actual Result: All list items are deleted but an empty list remains with a single number/bullet.
- Delete the remaining Number/Bullet using backspace
Expected Result: list gets deleted & an empty paragraph is created.
Actual Result: list gets deleted & an empty div created instead of an empty paragraph.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue is no longer reproducible in CKEditor 4.5.6 and latest Chrome/Safari.
Has happened in Webkit browsers from CKEditor version 3.0. The comforting thing is that when you press backspace one more time div is deleted and paragraph is inserted.