Closed
Bug 3073
Opened 26 years ago
Closed 26 years ago
{compat} font parsing 'incorrect'
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
M15
People
(Reporter: nbaca, Assigned: buster)
References
()
Details
viewer.exe 2/5/99
NT4, MAC 8.5, Linux
website: www.travelocity.com
qa assign to chrisd@netscape.com
Problem: NT, Mac, Linux. The bottom of the page should have vertical lines
between the links such as "Flights" "Cars" and "Hotels" but they don't.
4.5.1: NT and Mac show the vertical lines between the links.
Other 5.0: NT, Mac, Linux do not show vertical lines for all links.
This not actually a bug. The HTML is interpreted *incorrectly* by navigator.
There is a floating table bug on this page, which I'll forward to kipp.
Kipp: This page shows your floating table bug (align=left). It's a dup.
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Component: Viewer App → Parser
QA Contact: 3853 → 3847
Target Milestone: M4
As of March 30th, the following issues remain on the page:
1. The black/blue horizontal stripes are too tall (this problem is repeated on
the page several times in various table columns)
2. The vertical spacing after "travel headlines" isn't compatible
Comment 6•26 years ago
|
||
This is a <font> problem. The following reproduces it:
<STYLE type="text/css">
P { margin: 1em 0; display:block; }
DIV { background: navy; color: white; }
</STYLE>
<DIV><FONT><P>Hello</P></FONT></DIV>
(Remove the <font> and it displays correctly).
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Summary: Bottom of page doesn't have lines separating links → {compat} font parsing 'incorrect'
Comment 7•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•