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)

defect

Tracking

()

VERIFIED DUPLICATE of bug 1302

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
Inserting Milestone info.
Setting all current Open/Normal to M4.
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)
Happens on all platforms. Removing [PP]. Adding 4.xp.
Whiteboard: 4.xP (4.x Product Parity) → [4.xP] (4.x Product Parity)
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)
Status: NEW → ASSIGNED
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Whiteboard: (4.x Product Parity) → NOT 4.xP (04/06) 3jrgm@qlink.queensu.ca -- review complete (test case posted)
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> ------------------------------------------------------------
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
I'm going to mark this as a duplicate of #1302 and paste the test case below over at bug #1302. *** This bug has been marked as a duplicate of 1302 ***
Status: RESOLVED → VERIFIED
Verified duplicate of #1302 regarding'competing colspan requests'.
You need to log in before you can comment on or make changes to this bug.