Opened 12 years ago
Closed 12 years ago
#9309 closed Bug (fixed)
Incorrect delete key behavior before list item
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | General | Version: | 4.0 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
- Load the following into editor
<p> </p> <ol> <li> B</li> <li> C</li> </ol>
- Place cursor at end of first empty paragraph;
- Press DELETE.
Expected Result: Empty Paragraph gets deleted
Actual Result: We are getting Javascript error & error is object doesn't support this property or method, when we close error dialog, list items no longer appear as a list (even though li is still displayed on the elements path bar).
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | → CKEditor 4.0 |
---|---|
Status: | new → confirmed |
Summary: | IE: Javascript error when we press delete before list item → Incorrect delete key behavior before list item |
comment:2 Changed 12 years ago by
Status: | confirmed → pending |
---|
WFM on latest master, seems to be fixed by recent commits?
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
There are two issues:
First issue is already reported, so this ticket will refer to the second one.