Closed Bug 88242 Opened 25 years ago Closed 25 years ago

page layout totally chundered (TABLE WIDTH= problem)

Categories

(Core :: Layout, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 88243

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.
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
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
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)
Summary: page layout totally chundered → page layout totally chundered (TABLE WIDTH= problem)
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.
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.