Opened 14 years ago

Last modified 13 years ago

#6297 closed Bug

Unexpected behavior when toggling bulleted/numbered list with a floating element — at Initial Version

Reported by: Pablo Vanwoerkom Owned by:
Priority: Normal Milestone: CKEditor 3.4.3
Component: Core : Lists Version: 3.4
Keywords: IBM Cc: jamcunni@…

Description

Enter the following in the ckeditor.

<p>
	paragraph 1 with float left image <img src="http://a.cksource.com/c/1/inc/img/logo-ckfinder.gif" style="float: left;" /></p>
<p>
	paragraph 2</p>
<p>
	paragraph 3</p>

Select all text and then hit the bulleted/numbered list button. This will move the image into it's own bullet, separated from paragraph 1. If you click on a list button again, the image is now in it's own paragraph. If you click it again, the image will disappear and its atrributes will get moved to the <li> tag and the bullet will just contain a &nbsp;.

This was tested in Firefox 3.5.

Change History (0)

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