Bug 76133

Summary: ScrollAnimatorMac::mouseEnteredScrollbar() and mouseExitedScrollbar() should only do stuff for legacy scrollbars
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: Layout and RenderingAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Beth Dakin
Reported 2012-01-11 17:37:04 PST
The AppKit methods that we call into in ScrollAnimatorMac::mouseEnteredScrollbar() and mouseExitedScrollbar() are really unique to legacy scrollbar concepts. We should avoid sending those notifications when the scrollbars are overlay. Patch forthcoming. <rdar://problem/10603290>
Attachments
Patch (2.05 KB, patch)
2012-01-11 18:01 PST, Beth Dakin
sam: review+
Beth Dakin
Comment 1 2012-01-11 18:01:44 PST
Beth Dakin
Comment 2 2012-01-11 18:04:54 PST
Comment on attachment 122145 [details] Patch Hmm, this doesn't seem to be entirely sufficient.
Beth Dakin
Comment 3 2012-01-12 10:55:08 PST
(In reply to comment #2) > (From update of attachment 122145 [details]) > Hmm, this doesn't seem to be entirely sufficient. No, it is. I was just encountering a different bug.
Beth Dakin
Comment 4 2012-01-12 11:07:11 PST
Thanks Sam! Committed change with http://trac.webkit.org/changeset/104837
Note You need to log in before you can comment on or make changes to this bug.