[Webkit-unassigned] [Bug 108111] Hover pseudo-state doesn't affect children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 02:18:22 PST 2013


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





--- Comment #2 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-01-29 02:20:21 PST ---
The issue is somewhat related to 105672, but not fixed by the patch posted there.

What happens is that two cousin elements share style, but during styling they have the side effect of setting childrenAffectedBy bits on the parents. This would use to work since the parents were also sharing style, now the parents may have different childrenAffectedBy bits.

The simplest solution may be to not allow cousin sharing when the parent elements have rare data.

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