Closed
Bug 25074
Opened 25 years ago
Closed 25 years ago
Solid line appears at top of table
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M16
People
(Reporter: martel, Assigned: karnaze)
References
()
Details
Attachments
(3 files)
When using Navigator 4 or IE 4/5 against the included URL, the tabs look fine.
But with Mozilla, I see a solid horizontal line at the top of the "tab" table.
I plan on doing something similar with my own page, and I'm wondering why this
happens in the Mozilla engine.
Thanks,
Rich Martel
Web Developer
Omtool, Ltd.
Updated•25 years ago
|
Whiteboard: [MAKINGTEST] jserock@hotmail.com
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
When the IMG tag is immediately followed by the end TD tag, the image is
positioned too low (vertically) in the table cell. This makes it appear as if a
solid line is drawn at the top. If you insert a carriage return between the IMG
tag and the end TD tag, the image is positioned at the top of the table cell.
The problem exists in the M13 release on Windows NT 4.0 SP6a. It does not exist
in Internet Explorer 5.01. For the test case, put the three attachment files in
the same directory.
Whiteboard: [MAKINGTEST] jserock@hotmail.com → [TESTCASE]
Comment 5•25 years ago
|
||
This sounds more like a parsing problem to me.
Component: HTMLTables → Parser
Assignee | ||
Comment 6•25 years ago
|
||
The attachment looks like Nav but the url doesn't. I'm removing testcase from
status whiteboard and keywords.
Updated•25 years ago
|
QA Contact: chrisd → janc
Assignee | ||
Comment 7•25 years ago
|
||
I'm not seeing the problem.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•