WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
56596
Overlay scrollbars sometimes fail to appear
https://bugs.webkit.org/show_bug.cgi?id=56596
Summary
Overlay scrollbars sometimes fail to appear
Beth Dakin
Reported
2011-03-17 14:45:54 PDT
* SUMMARY The overlay scrollbars fail to appear sometimes… it is pretty reproducible, and has something to do with beginning a scroll while they scrollbars are fading out. * STEPS TO REPRODUCE 1. Using a build with overlay scrollbars, go to a website with a vertical scrollbar 2. Use trackpad to scroll 3. Briefly stop scrolling; leave your 2 fingers on the trackpad 4. When the scrollbars start to fade away, resume scrolling * RESULTS If you time it just right, the scrollbars won't re-appear. You can scroll just fine, there is just no visual scrollbar. <
rdar://problem/8953779
> Patch forthcoming.
Attachments
Patch
(2.77 KB, patch)
2011-03-17 14:48 PDT
,
Beth Dakin
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Beth Dakin
Comment 1
2011-03-17 14:48:01 PDT
Created
attachment 86097
[details]
Patch
Darin Adler
Comment 2
2011-03-17 16:20:01 PDT
Comment on
attachment 86097
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=86097&action=review
> Source/WebCore/platform/mac/ScrollAnimatorMac.mm:401 > + [[NSAnimationContext currentContext] setDuration:duration];
It’s a little weird that we have to pass the duration here and also to the animation.
Beth Dakin
Comment 3
2011-03-17 16:22:53 PDT
Thanks, Darin! Committed with revision 81406.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug