[Webkit-unassigned] [Bug 4334] Flickering when css-hover should change opacity on floating elements

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jan 18 09:11:33 PST 2006


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





------- Additional Comments From opendarwin.org at mitzpettel.com  2006-01-18 09:11 -------
I think this is what's happening: when the float is first inserted into its containing block, because it's 
transparent it has a layer, and therefore the containing block sets noPaint to true. When it becomes 
opaque, it loses the layer but the containing block doesn't update the noPaint flag, so nobody paints the 
float.

I suspect that in the opposite situation, the float is painted twice.

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