Opened 14 years ago
Last modified 14 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 )
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