Closed
Bug 111495
Opened 24 years ago
Closed 24 years ago
No line break (wrapping), text overlaps with other elements in table
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 109123
People
(Reporter: ChristianThayer, Assigned: attinasi)
References
()
Details
When you go to
http://www.usatoday.com/life/travel/business/1999/t0518wr.htm
with mozilla build build 2001101117 windows NT
line breaks (wrapping) do not work. Additionally, the text in the middle column
of the table gets unreadable when other elements of the right side table column
gets shown on top of the text.
You can view this page perfectly with Linux Mozilla build 2001100112 (Mozilla
0.9.4 Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.4) Gecko/20010914)
Comment 1•24 years ago
|
||
Two issues here:
1) Page uses a doctype that we erroneously treat in standards mode. (bug 109123)
2) Page servers up stylesheets using an incorrect content type
(application/x-pointplus). In standards mode we do not load these
stylesheets because that is not the right content type for CSS. This should
be resolved once item #1 is resolved.
*** This bug has been marked as a duplicate of 109123 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•