Opened 14 years ago
Closed 14 years ago
#5833 closed Bug (fixed)
[ContentEditable] Remove list is broken
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | Core : Lists | Version: | |
Keywords: | Confirmed | Cc: |
Description
- Load the following HTML:
<ul> <li>Para 1</li> <li><span contenteditable="false">Non Editable</span></li> <li>Para 2</li> </ul>
- Hit CTRL+A to select all.
- Click the list button to remove the list.
Current results:
Only two items get remove and a js error is thrown.
This one is related to the contenteditable feature branch.
Change History (2)
comment:1 Changed 14 years ago by
Component: | General → Core : Lists |
---|---|
Keywords: | Confirmed Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Changes are committed with [5602].