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

  1. Load the following HTML:
<ul>
	<li>Para 1</li>
	<li><span contenteditable="false">Non Editable</span></li>
	<li>Para 2</li>
</ul>
  1. Hit CTRL+A to select all.
  1. 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 Garry Yao

Component: GeneralCore : Lists
Keywords: Confirmed Review? added
Owner: set to Garry Yao
Status: newassigned

Changes are committed with [5602].

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: reviewclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy