Bug 125484 - -webkit-overflow-scrolling: touch doesn't always display a scrollbar properly on iOS Safari
Summary: -webkit-overflow-scrolling: touch doesn't always display a scrollbar properly...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Other
: P2 Normal
Assignee: Nobody
URL: http://chriswren.github.io/overflow-s...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-12-09 22:10 PST by Chris Wren
Modified: 2017-06-02 11:46 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Wren 2013-12-09 22:10:48 PST
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.
Comment 1 Radar WebKit Bug Importer 2017-06-02 11:46:41 PDT
<rdar://problem/32540517>