[Webkit-unassigned] [Bug 61697] a:hover fails to work if it is the same color as a:link

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 06:25:52 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61697





--- Comment #1 from Mihnea Ovidenie <mihnea at adobe.com>  2011-06-03 06:25:52 PST ---
In the first case, the color does not change when hover, so technically there is no style difference. In this case, RenderStyle::diff returns StyleDifferenceEqual and the link is displayed using the color associated with the :visited style.

Would it be an acceptable solution to modify RenderStyle::diff function to return StyleDifferenceRepaint when inherited_flags._insideLink != NotInsideLink?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list