Page MenuHomePhabricator

hacks.css causing scroll issues in iOS app
Closed, ResolvedPublic

Description

Styles of the form tag[style] seem to be causing severe scrolling issues on iOS 4.x.

For the app's iOS v3.1.2 release, we 'fixed' this by collecting all such rules, and applying them one-time with javascript than adding them as CSS rules. This resolved the issue at the time.


Version: 3.2 (iOS) / 1.2 (Android)
Severity: normal

Details

Reference
bz36605

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:29 AM
bzimport set Reference to bz36605.
bzimport added a subscriber: Unknown Object (MLST).

I meant *selectors* of that form in CSS, not styles of the form.

The inline styles are very troublesome, I'm marking this as a duplicate as there are already far too many open bugs on this horrible subject!

In the meantime I guess the trick would be to to do the javascript hack again and not include hacks.css ...

  • This bug has been marked as a duplicate of bug 35704 ***

Re-opening, shall close when I replace the styles with javascript.