WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142521
Scrollbars in overflow regions are not vanishing after scrolling
https://bugs.webkit.org/show_bug.cgi?id=142521
Summary
Scrollbars in overflow regions are not vanishing after scrolling
Brent Fulgham
Reported
2015-03-09 19:19:59 PDT
For some reasons, regardless of system preference settings, the scroll bars for overflow regions containing scroll snap points are not vanishing after completing a scroll snap animation.
Attachments
Patch
(4.81 KB, patch)
2015-05-13 09:40 PDT
,
Brent Fulgham
no flags
Details
Formatted Diff
Diff
Patch
(3.85 KB, patch)
2015-05-13 12:20 PDT
,
Brent Fulgham
darin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-03-09 19:20:49 PDT
<
rdar://problem/20100706
>
Brent Fulgham
Comment 2
2015-05-13 09:40:36 PDT
Created
attachment 253033
[details]
Patch
Brent Fulgham
Comment 3
2015-05-13 12:20:17 PDT
Created
attachment 253044
[details]
Patch
Brent Fulgham
Comment 4
2015-05-13 12:28:14 PDT
Committed
r184296
: <
http://trac.webkit.org/changeset/184296
>
Brent Fulgham
Comment 5
2015-05-13 12:30:30 PDT
<
rdar://problem/19797041
>
Brent Fulgham
Comment 6
2015-05-13 12:32:27 PDT
This was happening because we were never ending the scroll gesture. See patch for details. I originally thought this was specific to scroll-snap regions, but it was also happening for certain thin horizontal overflow regions. E.g., <
http://stackoverflow.com/questions/1081381/iphone-hide-uitableview-search-bar-by-default
>. Go to the top answer, scroll the code snippet horizontally. Prior to this patch, the scrollbar would not vanish. Note: If you place your mouse inside the scrollbar track (such that the scrollbar thickens) you are in a mode that holds the scrollbar visible until you move the mouse out of the region.
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