Bug 125484
Summary: | -webkit-overflow-scrolling: touch doesn't always display a scrollbar properly on iOS Safari | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Wren <chris> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Other | ||
URL: | http://chriswren.github.io/overflow-scrolling/ |
Chris Wren
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/32540517>