Opened 13 years ago

Last modified 13 years ago

#7026 closed Bug

Image with setting float:left, covering numbers/bullets in list — at Version 1

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.0
Keywords: Cc:

Description (last modified by Krzysztof Studnik)

TC:

  • Insert paragraph with image floating to the left and height set to at least 100px
  • Insert list with 3 items, below the first paragraph

Code example:

<p>
	<img alt="" src="http://dev.ckeditor.com/logo_ck_editor.png" style="float: left; width: 32px; height: 120px" />paragraph with image</p>
<ol>
	<li>
		list1</li>
	<li>
		list2</li>
	<li>
		list3</li>
</ol>

Expected result:
Numbers or bullets are visible near right edge of image

Actual result
Numbers/bullets are covered by image

Also applies BIDI

Change History (1)

comment:1 Changed 13 years ago by Krzysztof Studnik

Description: modified (diff)
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