Opened 14 years ago
Closed 14 years ago
#7026 closed Bug (invalid)
Image with setting float:left, covering numbers/bullets in list
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
Change History (2)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
That's normal behavior of HTML and it's not related to the editor. It can be easily tested by loading that content in a simple HTML page (or in the preview)