[Webkit-unassigned] [Bug 7555] :hover style not applied on hover if its display property is different from original style's

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Apr 21 02:50:26 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7555





------- Comment #12 from opendarwin.org at mitzpettel.com  2006-04-21 02:50 PDT -------
(In reply to comment #11)
> (From update of attachment 7189 [edit])
> I'm not convinced that this new code deals correctly with :active.
> 
> You'll need to test the new code to make sure it does.

I tested it again and it does. The theory is that setActiveNode is called once
on mouse down and establishes the active chain. It is called again on mouse up
to clear the active chain. It is also called from recalcStyle to maintain the
chain after detach(). setHoverNode checks if there is an active chain in place,
and if so it limits it effect to the active chain, and of course sets both
hovered and active state.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list