Ticket #7026 (closed Bug: invalid)
Image with setting float:left, covering numbers/bullets in list
| Reported by: | krst | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Lists | Version: | 3.0 |
| Keywords: | Cc: |
Description (last modified by krst) (diff)
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
Note: See
TracTickets for help on using
tickets.
