Closed
Bug 88242
Opened 25 years ago
Closed 25 years ago
page layout totally chundered (TABLE WIDTH= problem)
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: waterson, Assigned: waterson)
References
()
Details
(Keywords: helpwanted)
We really chunder the layout on msdn.microsoft.com. Filing a bug to look at this
at some point.
| Assignee | ||
Comment 1•25 years ago
|
||
May be a dup of another bug. We're botching the incremental reflow when image
sizes arrive, perhaps? Once the images are in the cache, the page seems to
layout (more or less) correctly.
Keywords: correctness
Comment 2•25 years ago
|
||
If the sizes are specified on the images, does it help? Adding helpwanted in
hopes someone can make a testcase (petersen, hint hint) :)
Keywords: helpwanted
Comment 3•25 years ago
|
||
The reason of this bug is the following line
<table cellspacing="0" cellpadding="0" border="0" height="" width="">
If you delete the empty width="" field, everything seems fine.
This repairs this bug, and the neighboring bug 88243 (one should be duped
against the other)
Updated•25 years ago
|
Summary: page layout totally chundered → page layout totally chundered (TABLE WIDTH= problem)
Comment 4•25 years ago
|
||
More comment. In the other bug, we have a testcase of <TABLE WIDTH=> causing the
same problems and <TABLE WIDTH=50%"> taken by Mozilla for WIDTH=50 (that is 50
pixels). Testing thet page I found that <TABLE "WIDTH=50%"> which is ignored by
other browsers is also treated as WIDTH=50 by Mozilla.
All test with 20010628 Mozilla0.9.2 branch build on WindowsME.
| Assignee | ||
Comment 5•25 years ago
|
||
Thanks Jacek. I'm dup'ing to the other bug.
*** This bug has been marked as a duplicate of 88243 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•