Page MenuHomePhabricator

Scrolling broken in PlayBook app built from master
Closed, ResolvedPublic

Description

We appear to be missing the overflow: thingy for scrolling. Probably just needs to be added back.


Version: Unspecified
Severity: normal

Details

Reference
bz42799

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:53 AM
bzimport set Reference to bz42799.

This turned out to be the same problem we were seeing on Firefox OS and Windows Phone and in browsers like Safari -- Jon changed the code in April to remove the 'overflow-y: auto' from the default behavior and only add it in on iOS.

In reality we need it everywhere except Android. :)

And... we also need it on Android tablets, don't we?

v1.3.3-PlayBook branch has a fix, testing it on other platforms before committing to master.

Merged to master; it's a little flaky on Android tablets but no different from the previous state. Will fudge around with Android tablets later. :)