Closed Bug 360919 Opened 18 years ago Closed 18 years ago

when a link does not have underline, and starts with 'j' -> when you place the mouse over it to change color, the lower left pixel of j stay in the original color (see details)

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 15116

People

(Reporter: hgj, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0

this is the sample code, that makes this bug on my Firefox 2.0

<html>
<head>
	<style>
	a.nav {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #ffffff;
	text-decoration: none;
}
</style>
</head>
<body>
<a href="asd" class="nav">java?</a>
</body>
</html>

Reproducible: Always

Steps to Reproduce:
1. copy and paste this code
2. move the mouse over the link
3. WOW! there is black pixel!

Actual Results:  
there is a lonely black pixel at the lower left of J

Expected Results:  
no black pixel

firefox theme: Winestripe 1.2.1

*** This bug has been marked as a duplicate of 15116 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.