NEW 125484
-webkit-overflow-scrolling: touch doesn't always display a scrollbar properly on iOS Safari
https://bugs.webkit.org/show_bug.cgi?id=125484
Summary -webkit-overflow-scrolling: touch doesn't always display a scrollbar properly...
Chris Wren
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-06-02 11:46:41 PDT
Note You need to log in before you can comment on or make changes to this bug.