Closed Bug 318349 Opened 19 years ago Closed 19 years ago

List <ul dir=rtl> misplaced when image is set to align=left or style="float:left"

Categories

(Core :: Layout: Text and Fonts, defect)

1.8 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 262195

People

(Reporter: noamber, Assigned: mkaply)

Details

(Keywords: rtl)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

The next code should place the image on the left and the list on the right while the text wraps the image. Actually it pushes the list of the screen to the right. This bug is present as of Firefox 0.99.
-----------------------------------
<img src="IMAGE.GIF" align="left">
<ul dir="rtl">
	<li>list item list item list item</li>
	<li>list item list item list item</li>
	<li>list item list item list item</li>
	<li>list item list item list item</li>
</ul>


Reproducible: Always

Steps to Reproduce:
1.Just copy past the code above under the dotted line
2.
3.

Actual Results:  
You will notice that the page gets wider than default and the list is out of the browser's window.

Expected Results:  
The image should be on the left and the list aligned to the right.

I stumble over this bug alot because I write Hebrew pages. I have no other choice but to put the list and the image in separate table cells if i want them one next to te other.
Assignee: nobody → mozilla
Component: General → Layout: BiDi Hebrew & Arabic
Product: Firefox → Core
QA Contact: general → zach
Version: unspecified → 1.8 Branch

*** This bug has been marked as a duplicate of 262195 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
Component: Layout: BiDi Hebrew & Arabic → Layout: Text
QA Contact: zach → layout.fonts-and-text
You need to log in before you can comment on or make changes to this bug.