RESOLVED FIXED 10803
REGRESSION (r15536-r15544): manual-tests/bugzilla-6821.html failing
https://bugs.webkit.org/show_bug.cgi?id=10803
Summary REGRESSION (r15536-r15544): manual-tests/bugzilla-6821.html failing
mitz
Reported 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.
Attachments
proposed fix (1.11 KB, patch)
2006-09-16 12:21 PDT, Alexey Proskuryakov
ggaren: review+
mitz
Comment 1 2006-09-16 08:34:42 PDT
I think the fix is to just use PlatformMouseEvent(PlatformMouseEvent::currentEvent) in FrameView::hoverTimerFired.
Alexey Proskuryakov
Comment 2 2006-09-16 12:21:03 PDT
Created attachment 10591 [details] proposed fix
Eric Seidel (no email)
Comment 3 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.
Geoffrey Garen
Comment 4 2006-09-21 14:28:27 PDT
Comment on attachment 10591 [details] proposed fix r=me
Alexey Proskuryakov
Comment 5 2006-09-22 11:19:12 PDT
Committed revision 16525.
Note You need to log in before you can comment on or make changes to this bug.