Closed
Bug 293229
Opened 20 years ago
Closed 11 years ago
yahoo.com - on the page above the lines of text overlap and are unreadable
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: horia.georgescu, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 self explanatory Reproducible: Always
Comment 1•20 years ago
|
||
It is the combination of the width and height (=fixed size) specifiers on the <a> elements, and there being too much content for that size. I am not sure whether this is a bug in Firefox. What do you want to happen? What is your expected behaviour?
Updated•20 years ago
|
Component: General → Layout: Tables
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout.tables
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
<style type="text/css">
a { font-family: Verdana, Arial, Helvetica, sans-serif;
display: block; height: 20px;
}
a.nav { width: 193px; }
hr { padding: 0; margin: 0; }
table td{ border: 1px solid red !important }
</style>
I attached a red border to <td>, and a <td> of width 193.
1st table has style from original testcase, a.nav
<tr><td><a class="nav" href="#" title="California Beauty Sunless Tanning
System">California Beauty Sunless Tanning System</a></td></tr>
2nd table is like first, but sequence of entries reversed, so no overlaps.
3rd table has no width specified on <td>, so no overlap.
As first row in first table doesn´t fit in 193px, it takes three lines, and
overlaps next 2 <tr>s
Problem could be solved by specifying no width, as in table three, or by
specifying overflow: hidden, losing the text overlapping line two and line
three.
Comment 3•20 years ago
|
||
opera respects the width and ignores the heigth
Comment 4•20 years ago
|
||
Why is this left in layout instead of moved to Tech Evangelism? Setting text container heights in px is purely stupid, the ultimate source of most overlapping text.
OS: Windows 2000 → All
Assignee: nobody → english-us
Component: Layout: Tables → English US
Product: Core → Tech Evangelism
QA Contact: layout.tables → english-us
Version: Trunk → unspecified
Comment 5•20 years ago
|
||
Conforming summary to TFM item 10 at http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: on the page above the lines of text overlap and are unreadable → yahoo.com - on the page above the lines of text overlap and are unreadable
Comment 6•17 years ago
|
||
Confirmed site problem, just to get it off the UNCO/testcase list.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•11 years ago
|
||
Link no longer exists, closing.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•