Bug 10803

Summary: REGRESSION (r15536-r15544): manual-tests/bugzilla-6821.html failing
Product: WebKit Reporter: mitz
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P1 Keywords: Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed fix ggaren: review+

Description mitz 2006-09-10 14:04:47 PDT
manual-tests/bugzilla-6821.html is failing: a yellow bar remains above the green box and doesn't change to green until you move the mouse. The most likely candidate for the regression is r15544, fox for bug 8272, which probably changed something about the fake mouse moved even that is dispatched when the hovered element detaches.
Comment 1 mitz 2006-09-16 08:34:42 PDT
I think the fix is to just use PlatformMouseEvent(PlatformMouseEvent::currentEvent) in FrameView::hoverTimerFired.
Comment 2 Alexey Proskuryakov 2006-09-16 12:21:03 PDT
Created attachment 10591 [details]
proposed fix
Comment 3 Eric Seidel (no email) 2006-09-19 19:35:33 PDT
Comment on attachment 10591 [details]
proposed fix

ggaren probably knows the most about this code.  But this looks sane to me.
Comment 4 Geoffrey Garen 2006-09-21 14:28:27 PDT
Comment on attachment 10591 [details]
proposed fix

r=me
Comment 5 Alexey Proskuryakov 2006-09-22 11:19:12 PDT
Committed revision 16525.