[Webkit-unassigned] [Bug 137043] New: scrollbar can't be hidden when webkit-overflow-scrolling is set to touch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 23 14:31:10 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137043
Summary: scrollbar can't be hidden when
webkit-overflow-scrolling is set to touch
Product: WebKit
Version: 528+ (Nightly build)
Platform: iOS
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: drackett at mac.com
This seems to be a regression as it worked in iOS7. The following code used to create touch scrolling without showing a scrollbar:
.scroll
overflow-x: hidden
overflow-y: hidden
-webkit-overflow-scrolling: touch
// hide the default scrollbar
.scroll::-webkit-scrollbar
display: none
however, now the scrollbar is always shown, which on our screens is not visibly pleasing :)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list