Closed Bug 186046 Opened 22 years ago Closed 22 years ago

even simple tables with width=100% are not the correct width

Categories

(Core :: Layout: Tables, defect)

Sun
SunOS
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 185949

People

(Reporter: steven, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.2.1) Gecko/20021217
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.2.1) Gecko/20021217

This may be specific to the Solaris build because a version that I compiled
myself with GCC doesn't have this problem.  I found some other bugs for more
complex tables (involving CSS or nested inside div), but this one is for even
dead-simple tables.

Reproducible: Always

Steps to Reproduce:
1. load this html <table width="100%><tr><td>A</td><td>B</td><td>C</td></tr></table>
Actual Results:  
A B C

Expected Results:  
A               B               C
Severity: blocker → major
There's a coding mistake in the example  (missing double quote after the 100%).
But with or without that quote, the layout is correct on Windows 2000 (Mozilla
1.2.1 -- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1)
Gecko/20021130), so it clearly is Sun specific.

Does it work properly with the double quote added back?  
dupe of "Table widths ignored"

*** This bug has been marked as a duplicate of 185949 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.