Opened 14 years ago

Closed 14 years ago

#5831 closed Bug (fixed)

[ContentEditable] List creation is broken on specific situation

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone: CKEditor 3.4
Component: General Version:
Keywords: Cc:

Description

  1. Load the following HTML:
<p>Para 1</p>
<p><span contenteditable="false">Non Editable</span></p>
<p>Para 2</p>
  1. Hit CTRL+A to select all.
  1. Click the list button.

Current results:

All contents get lost and a js error is thrown.

Expected results:

All paragraphs (including the one with the read only content) should form a single list.

This one is related to the contenteditable feature branch.

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

WFM now.

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