Closed
Bug 102445
Opened 24 years ago
Closed 24 years ago
[FLOAT]Columns on KALX page do not layout properly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WONTFIX
mozilla1.0
People
(Reporter: smoehle, Assigned: alexsavulov)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
The KALX web page is supposed to be composed of a couple columns. The first is
a list of links such as "Listen Now!", "Schedule", "Info Kiosk", etc. The
second column has text like "Fundraiser Coming SOON!", "DJ Faves of 2000", "KALX
Live!", etc. Mozilla renders all of this as one big column so that what should
be the second column appears underneath the first column. Both NN4 and Opera
can render this page OK, and I would swear that Mozilla used to be able to as
well. I would expect Mozilla to render the page as does NN4 and Opera.
Tested with Mozilla trunk build 2001092906 on Linux.
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Confirmed, 2001-09-28-03 on Windows 98 SE.
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
left floated table and right floated table colliding in Quirks mode (but not is
in standards mode).
cc'ing waterson and dbaron for their floater experience.
Comment 5•24 years ago
|
||
cc'ing hixie: hixie, you know of anything we do differently with floaters in
standard mode?
Reporter | ||
Comment 6•24 years ago
|
||
This is a regression. A July 5th trunk build of Mozilla displays the KALX page
OK. When I have more time, I will try to narrow down when it stopped working.
The only standard/quirks difference with floaters I can think of is that in
quirks mode we don't "wrap" floating *tables* -- that is, if two floats don't
fit, we don't push the second to the next line. So I guess something could have
partly broken that code.
Comment 8•24 years ago
|
||
The only other float quirk I can think of is when printing attribute-floated
tables (we unfloat them). Wouldn't explain this though.
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.9
Assignee | ||
Comment 10•24 years ago
|
||
retargeting
Summary: Columns on KALX page do not layout properly → [FLOAT]Columns on KALX page do not layout properly
Target Milestone: mozilla0.9.9 → mozilla1.0
Assignee | ||
Comment 11•24 years ago
|
||
This one depends on how bug 122200 gets solved. However if we just backup
Watersons change we make things worst here though.
Blocks: 122200
Assignee | ||
Comment 13•24 years ago
|
||
Won't fix since HTTP://KALX.BERKELEY.EDU has
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
at the top. They should use
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
and the fix for bug 122200 will fix this one too if we land that fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•