Partial fix Cannot scroll thread in Firefox on mobile

Moddis

Active member
Its very difficult to impossible to scroll though posts in a thread on a mobile device in vertical view when the user avatar is above the post. This is only an issue using firefox on android phone.
 
I can confirm this. Stock browser on android (I have Galaxy S3) is fine, but latest Firefox mobile makes it impossible to scroll down any thread without this horrid jumpiness that snaps all over the place.
 
I've generally fixed this, though it seems like it's a bit of an issue with the core FF handling on mobile. It appears that FF basically won't let you scroll if the page height changes while scrolling.

Ultimately, this was triggered by our breadcrumb shrinking code, which ended up constantly triggering resize events - we really only care when the width changes. I've managed to stop that, but you might still see the behavior once one page load (where we already run the checks as image loads may have changed things) or if the page height changes for other reasons (share buttons, for example).
 
Top Bottom