[Webkit-unassigned] [Bug 33006] Crashing with CSS hover and -webkit-box-shadow on Safari, Latest WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 05:56:26 PST 2010


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


Mike Moretti <webkit9 at mordent.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit9 at mordent.com




--- Comment #2 from Mike Moretti <webkit9 at mordent.com>  2010-01-05 05:56:17 PST ---
Actually, this has nothing to do with -webkit-box-shadow, the bug occurs
because the of the .upper:hover + .lower style.  The problem is that when you
hover over the upper div and then immediately move the mouse to the lower div,
the upper div's style is not hover any more and so updateHoverActiveState gets
confused and crashes.  I'm still looking into this crash further but wanted to
at least mention the cause.  If anyone has any ideas how we can do an automated
test case for this (for when it's fixed) please comment.  I don't know how we
can mimic this particular mouse movement in code.

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