Closed Bug 424249 Opened 17 years ago Closed 17 years ago

Sometimes, color for :hover does not changes color of underline

Categories

(Core :: Layout: Text and Fonts, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: masa141421356, Unassigned)

References

Details

(Keywords: regression)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008032005 Minefield/3.0b5pre
Build Identifier: 

Somtimes, when moseover to link that has style :hover {color:XXXX}, 
color of underline is not changed.



Reproducible: Always

Steps to Reproduce:
1.Go to some website that has many link and that has :hover{ color:XXX}
  (e.g. buglist of here)
2.mouve mouse to link
3.
Actual Results:  
Some link changes only color of text. Color of underline  is not changed

Expected Results:  
All link changes color of text and underline when mouseover.
Keywords: regression
Version: unspecified → Trunk
Screenshot is here:
  http://bugzilla.mozilla.gr.jp/attachment.cgi?id=3705
(See topic about Seamonlkey 1.1.8)

That page has style 
a[href]:hover {
	color: #900;
	background-color: transparent;
}

So, color of underline should be #900, but its color is still default link color.
Summary: Sometimes, color for :hover does not changes color underline → Sometimes, color for :hover does not changes color of underline
thank you for the report, this is a regression of bug 417014. but that should be just a trigger. the real cause should be bug 392785. I cannot reproduce this bug at quirks mode. so, I think the bug at standards mode is not fixed completely.

However, fortunately, the patch of bug 421353 can *suppress* this bug.
Blocks: 392785
Status: UNCONFIRMED → NEW
Ever confirmed: true
o.k. the patch of bug 421353 is landed now. this is not actually fixed but we should not be able to reproduce this bug now. marking to WFM. However, this will be a difficult issue for me at bug 59109 :-(
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
After bug 421353 landed, I have never reproduced this bug.
--> VERIFIED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.