Closed
Bug 235007
Opened 22 years ago
Closed 22 years ago
middle table is wider than should
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 231264
People
(Reporter: ezh, Unassigned)
References
()
Details
1. Open the URL
2. In 1.6 it was OK, but in 1.7a nightly builds the main table is wider.
mozilla 2004021709
Comment 1•22 years ago
|
||
Confirmed. There is no DOCTYPE for that page, therefore the browser slips into
quirks mode for that page. As far as I know, the quirks mode in Mozilla has
been changed in the recent nightlys to more accurately reflect the standards.
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040219
Comment 2•22 years ago
|
||
Please do NOT file layout bugs without a minimal testcase as "NEW", Eugene.
This bug needs a testcase....
Keywords: qawanted
| Reporter | ||
Comment 3•22 years ago
|
||
How should I fill them? Unconfirmed? I'm not so fimilar with standarts and html
itself, so I cannot make any good testcases... :(
Comment 4•22 years ago
|
||
I tried creating a testcase, and failed, I might try later. This almost seems
like the contents of the table are overriding the width specified for the table.
Comment 5•22 years ago
|
||
the main table's left column contains a iframe with width=100%, which is the
source of the problem.
dupe of "bizarre iFrame width"
*** This bug has been marked as a duplicate of 231264 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•