[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
Tue Jun 21 04:14:11 PDT 2011


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


Mustafizur Rahaman <mustaf.here at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mustaf.here at gmail.com




--- Comment #2 from Mustafizur Rahaman <mustaf.here at gmail.com>  2011-06-21 04:14:11 PST ---
(In reply to comment #1)
> 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?

when I first ran the test case in Safari, I saw the issue. But then when I cleared the history & reload the test case again, everything was working fine.

Don't know why the behavior was different in the first case

-- 
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