Summary: | REGRESSION (WebKit2): Cursor, hover states not updated when page scrolls under stationary mouse pointer | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | mitz | ||||
Component: | UI Events | Assignee: | mitz | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | zimmermann | ||||
Priority: | P1 | Keywords: | Regression | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 76254 | ||||||
Attachments: |
|
Description
mitz
2011-12-31 11:26:54 PST
Created attachment 120830 [details] Move the mechanism that sends a fake mouse moved event on scroll from WebHTMLView to WebCore::FrameView This breaks -[WebView setHoverFeedbackSuspended:]. I have filed bug 75406 to address this. Fixed in <http://trac.webkit.org/r103867>. |