[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 18:09:52 PST 2010


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





--- Comment #3 from Taiyo Fujii <taiyoster at gmail.com>  2010-01-05 18:09:52 PST ---
How about considering Quartz Event Services.
http://developer.apple.com/mac/library/documentation/Carbon/Reference/QuartzEventServicesRef/Reference/reference.html

CGEventCreateMouseEvent send global events to application.

I don't know about WebKit test process ( and not developer ) then Quartz Event
Service helps your test.


(In reply to comment #2)
> 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