Opened 14 years ago

Closed 12 years ago

#5879 closed Bug (fixed)

Deletion problem for parent lists

Reported by: tzweteto Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.3.1
Keywords: Cc:

Description

Parent lists cannot be deleted when there are nested ones. to reporduce paste the source in CKEditor

<ul>
	<li>
		line1
		<ul>
			<li>
				line 1.1</li>
			<li>
				line 1.2</li>
		</ul>
	</li>
	<li>
		line2
		<ul>
			<li>
				line2.1</li>
		</ul>
	</li>
	<li>
		line3</li>
</ul>

Delete line 2 -> text is deleted, but bullet remains - I attach screenshot.

Attachments (1)

ck_editor_parent_lists.JPG (81.1 KB) - added by tzweteto 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by tzweteto

Attachment: ck_editor_parent_lists.JPG added

comment:1 Changed 14 years ago by tzweteto

Component: GeneralCore : Lists
Version: 3.3.1

comment:2 Changed 12 years ago by Jakub Ś

Resolution: fixed
Status: newclosed

No longer reproducible in latest CKEditor 3.6.3.

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