Bug 10803 - REGRESSION (r15536-r15544): manual-tests/bugzilla-6821.html failing
Summary: REGRESSION (r15536-r15544): manual-tests/bugzilla-6821.html failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-09-10 14:04 PDT by mitz
Modified: 2006-09-22 11:19 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (1.11 KB, patch)
2006-09-16 12:21 PDT, Alexey Proskuryakov
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.