Bug 76133 - ScrollAnimatorMac::mouseEnteredScrollbar() and mouseExitedScrollbar() should only do stuff for legacy scrollbars
Summary: ScrollAnimatorMac::mouseEnteredScrollbar() and mouseExitedScrollbar() should ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-01-11 17:37 PST by Beth Dakin
Modified: 2012-01-12 11:07 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.05 KB, patch)
2012-01-11 18:01 PST, Beth Dakin
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 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>
Comment 1 Beth Dakin 2012-01-11 18:01:44 PST
Created attachment 122145 [details]
Patch
Comment 2 Beth Dakin 2012-01-11 18:04:54 PST
Comment on attachment 122145 [details]
Patch

Hmm, this doesn't seem to be entirely sufficient.
Comment 3 Beth Dakin 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.
Comment 4 Beth Dakin 2012-01-12 11:07:11 PST
Thanks Sam! Committed change with http://trac.webkit.org/changeset/104837