Closed
Bug 131707
Opened 23 years ago
Closed 23 years ago
Text is overlapping other text
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: ezh, Assigned: attinasi)
References
()
Details
(Keywords: fonts)
1. Load the page.
2. Scroll it down untill "If you develop..."
3. Look at the white words "plugin" and two "Download".
They are over the nearest words.
The code is:
<style type="text/css">
<!--
a { font-family: arial, verdana; color: #007c00; text-decoration: none; cursor:
hand}
a:hover { font-family: arial, verdana; color: #ff0000; text-decoration: none;
cursor: hand}
-->
</style>
<a href=plugins.htm><font color=white>plugin</font></a>
IE and Opera shows it fine.
moz 2002031403
The overlap vanishes after reloading the page. I can't see a reason why the
words should in the first place. Confirming on linux 2002031721.
OS: Windows 2000 → All
Hardware: PC → All
Comment 2•23 years ago
|
||
*** Bug 131708 has been marked as a duplicate of this bug. ***
Does it? I don't see a fully specified font struct anywhere...
Changing the summary to avoid confusion. This link from the given URL for
example is overlapping the preceding text:
разделе <a href=skachat.htm><font color=white>Скачать</font></a>
Summary: Text is bigger than it should → Text is overlapping other text
Comment 7•23 years ago
|
||
The page looks fine to me on a Linux CVS build from last night.
Keywords: fonts
Reporter | ||
Comment 8•23 years ago
|
||
Changing the URL to english page, so it's more clear wgere the problem is.
Comment 9•23 years ago
|
||
I see the problem using a cvs build from today on Linux
Priority: -- → P2
Target Milestone: --- → Future
Comment 10•23 years ago
|
||
WFM, 2002-04-19-06 (1.0 branch build) on Windows 98 SE.
Reporter | ||
Comment 11•23 years ago
|
||
Under XP WFM now for me. I'll try Win 98 today.
Comment 12•23 years ago
|
||
Marking WFM in the May 03rd build (2002-05-03-09).
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•