Page MenuHomePhabricator

Text scrolling off-screen
Closed, DeclinedPublicBUG REPORT

Assigned To
None
Authored By
zhlcbri
Nov 30 2020, 4:38 AM
Referenced Files
F33931941: image.png
Dec 2 2020, 2:00 PM
F33928631: actual.png
Nov 30 2020, 4:38 AM
F33928629: expected.png
Nov 30 2020, 4:38 AM
F33928633: suspect.png
Nov 30 2020, 4:38 AM

Description

Steps to reproduce

  1. Go to article "Functional differential equation"
  2. Slowly scroll left

Expected results

The outline sidebar pops up

expected.png (3×1 px, 207 KB)

Actual results

The entire article moves off-screen.

actual.png (3×1 px, 157 KB)

Additional comments

This seems only reproducible in articles with long images (very often equations). I notice most equations are left-right scrollable image which makes them fit into the page. However some equations are non-scrollable images which I suspect to be the culprit of this bug.

I'm also curious what caused the inconsistent image scrolling behavior?

suspect.png (3×1 px, 89 KB)

Environments observed

App version: 2.7.50336-alpha-2020-11-29
Android OS versions: 10
Device model: Pixel 4 XL
Device language: English

Event Timeline

Dbrant subscribed.

This is not an issue with the app, since the same thing is observed on the mobile web version:

image.png (825×368 px, 46 KB)

The solution is to edit the article so that the offending equation is placed in a scroll container.
This can be done by putting a colon : in front of the <math> tag.