[Webkit-unassigned] [Bug 125484] New: -webkit-overflow-scrolling: touch doesn't always display a scrollbar properly on iOS Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 9 22:12:40 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125484
Summary: -webkit-overflow-scrolling: touch doesn't always
display a scrollbar properly on iOS Safari
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: http://chriswren.github.io/overflow-scrolling/
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: chris at chrisawren.com
The -webkit-overflow-scrolling CSS property, when set to touch, doesn't add a scroll bar when switched into portrait mode on iOS Safari if the content was not scrollable in landscape.
What happens is the pre tag's text is able to fit on the screen in landscape without scroll, but when the device is switched to portrait, the scrollbar is not re-applied, so the user can't scroll to see the rest of the content.
I made a GitHub page which demonstrates this, just visit it on an iPhone and go from Portratit -> Landscape -> Portrait. You will see that the pre tag is no longer scrollable.
--
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