Closed
Bug 1889
Opened 26 years ago
Closed 26 years ago
<table width = "100%"> causes incorrect rendering
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M4
People
(Reporter: johan.a.eklund, Assigned: karnaze)
Details
When trying to assign a percentage number to the table width the table body
(seen by its outer border) becomes much smaller than its content, even its
first cell. Using a numerical value for the width makes the rendering correct.
Comment 1•26 years ago
|
||
By the way (perhaps someone in QA):
I believe that this is the same bug as 1396, 1474, 1699, 1825. 1474 & 1699 are
already marked as duplicates, but perhaps these should be added. The best
description of this bug is in 1474. You can verify 1396 & 1825 as dups by
taking the URL (or test case) and *not* using <table width="nn%">.
You can also see the oversize table (on first loading) in the test pages that
come with NGLayout builds (in the first table
in resource:/res/samples/test3.html and the second table down in
resource:/res/samples/test4.html).
This bug can masquerade as 'missing elements' (the oversize table can sometimes
block out other elements: see my.netscape.com
where the "help" and "sign in" icons (second 'row' to the right hand side) are
"missing" on first load (but are shown after a reflow, which gets the table
outer frame size correct). (my box -- Win 95 nightly build Dec 16 last tested)
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 3•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
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Summary: <table width = "100%"> causes incorrect rendering → <table width = "100%"> causes incorrect rendering
Assignee | ||
Comment 4•26 years ago
|
||
The 100% width tables in sample 4 looks ok on 4/1 optimized WinNT. Chris D,
please verify this on Win98.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Using 4/2 optimized builds on Win NT, Win 98, Win 95, Mac8.5 and Linux,
verifying WORKSFORME.
You need to log in
before you can comment on or make changes to this bug.
Description
•