id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
7026,"Image with setting float:left, covering numbers/bullets in list",krst,,"'''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:'''[[BR]]
Numbers or bullets are visible near right edge of image

'''Actual result'''[[BR]]
Numbers/bullets are covered by image

Also applies BIDI",Bug,closed,Normal,,Core : Lists,3.0,invalid,,
