Closed
Bug 100552
Opened 22 years ago
Closed 21 years ago
[FLOATER]left-floated table spills over right-floated table
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.1alpha
People
(Reporter: piteq, Assigned: alexsavulov)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20010913 BuildID: 2001091303 Please just check the text positioning on the main page. Text of the first few news is badly positioned over the pictures, making it unreadable. Pls compare in msie. Reproducible: Always Steps to Reproduce: 1. Just visit www.valhalla.pl ;) 2. Scroll down about one screen 3. Look & cry
Comment 1•22 years ago
|
||
Confirming issue text flows over several images located in the center of page. Need to break down to test case.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•22 years ago
|
||
See reduced test. Overlapping tables is causing the problem. First table is aligned right and second table is aligned left. If you removed the left aligned attribute from the second table, the second table renders to the edge of the first table.
Comment 3•22 years ago
|
||
Comment 4•22 years ago
|
||
Looking at the testcase, it seems to be a problem with the intereaction of the left floated table and the right floated table. Works OK in NS6.1 - regression. CC'ing waterson and dbaron for their wisdom.
Status: NEW → ASSIGNED
Summary: looks ugly, because of layer positioning and size → left-floated table spills over right-floated table
Comment 5•22 years ago
|
||
It's only the second float that has to be a table, not the first.
Comment 6•22 years ago
|
||
I wonder if ComputeBlockAvailSpace gets called here -- I suspect it shouldn't be, but if it is, we shouldn't go through the separate branch for tables. (Haven't actually checked anything yet.)
Comment 7•22 years ago
|
||
Reporter | ||
Comment 8•22 years ago
|
||
I don't know if it has any connections with the bug I have reported (it's more related to child layer positioning) , but could you please check also page www.pccentrum.com.pl ? I have checked it with some 9.3.x builds, also with 20010913 9.4 one, and the result is always similar: nothing is on its place. It looks perfect with Netscape 4.7x and msie 5.x and above. (According to my ISP information there may be some problems with reaching above address)
Comment 9•22 years ago
|
||
*** Bug 102822 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Summary: left-floated table spills over right-floated table → [FLOATER]left-floated table spills over right-floated table
Target Milestone: --- → mozilla0.9.9
Comment 10•21 years ago
|
||
[FLOAT] bugs to Alex :)
Assignee: attinasi → alexsavulov
Status: ASSIGNED → NEW
Comment 12•21 years ago
|
||
Moving to Mozilla1.1. Engineers are overloaded with higher priority bugs.
Target Milestone: mozilla1.0 → mozilla1.1
Assignee | ||
Comment 13•21 years ago
|
||
fixed by fix for bug 122200
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 14•21 years ago
|
||
Marking verified in April 22 trunk build (2002-04-22-03).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•