Closed
Bug 2645
Opened 26 years ago
Closed 26 years ago
[4.xP] 99012512 the bottom most teal bar is not wide enough
Categories
(Core :: Layout: Tables, defect, P2)
Core
Layout: Tables
Tracking
()
M4
People
(Reporter: phillip, Assigned: karnaze)
References
()
Details
(Whiteboard: NOT 4.xP (04/06) 3jrgm@qlink.queensu.ca -- review complete (test case posted))
on all platforms of seamonkey, go to the above url. there is a teal bar
just above the tesxt "visit other netscape web sites:" that only renders
about 2/3 of the way across. on nscp4.51 and msIE4.01, it renders correctly.
the bar is also too thick (as is the vertical one) but that refers to bug 2644
Updated•26 years ago
|
Summary: [PP]99012512 the bottom most teal bar is not wide enough → 99012512 the bottom most teal bar is not wide enough
Whiteboard: 4.xP (4.x Product Parity)
Comment 3•26 years ago
|
||
Happens on all platforms. Removing [PP]. Adding 4.xp.
Summary: 99012512 the bottom most teal bar is not wide enough → [4.xP] 99012512 the bottom most teal bar is not wide enough
Whiteboard: [4.xP] (4.x Product Parity) → (4.x Product Parity)
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Whiteboard: (4.x Product Parity) → NOT 4.xP (04/06) 3jrgm@qlink.queensu.ca -- review complete (test case posted)
Comment 5•26 years ago
|
||
This test case (below) is derived from home.netscape.com (although
not much is left). This is the table structure for "Autos ... Local
..." and the right-hand column ("ABCNews.com...").
The basic problem is "competing colspan requests". This is pretty
much the same problem as #1302 (could be marked as a duplicate).
The table's has two rows, both of which have COLSPAN requests. They
are both asking for one more column than the max number of 'real'
elements in either row. This seems to confuse the algorithm. ;)
------------------------------------------------------------
<HTML><HEAD></HEAD><BODY><CENTER>
<TABLE WIDTH=600 border>
<TR>
<TD WIDTH=400 COLSPAN=2> this </TD>
<TD WIDTH=2 BGCOLOR="#99cccc"> blue </TD>
<TD WIDTH=198> that </TD>
</TR>
<TR>
<TD COLSPAN=4 BGCOLOR="#99cccc"> blue </TD>
</TR></TABLE>
</CENTER></BODY></HTML>
------------------------------------------------------------
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 6•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Verified duplicate of #1302 regarding'competing colspan requests'.
You need to log in
before you can comment on or make changes to this bug.
Description
•