[Webkit-unassigned] [Bug 6431] erratic behaviour of div:hover:after (pseudo-elements and pseudo-class hover crashing with postion absolute)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jan 30 13:31:05 PST 2006


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





------- Comment #7 from opendarwin.org at mitzpettel.com  2006-01-30 13:31 -------
The problem seems to be simply that NodeImpl::diff() doesn't consider pseudo
styles. If you make the base style for :hover different, recalcStyle() will
notice the difference and update correctly. You can verify by adding
        div:hover {
            color: maroon;
            }
to the testcase.


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