Closed Bug 996024 Opened 10 years ago Closed 10 years ago

Tapping on arrow in medium.com header does not scroll to article

Categories

(Web Compatibility :: Site Reports, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: miketaylr, Unassigned)

References

()

Details

(Whiteboard: [sitewait][country-all])

See https://bugzilla.mozilla.org/show_bug.cgi?id=993126#c8

1) Navigate to https://medium.com/p/7645a4bf8a2
2) At the bottom of the header, tap on the little white arrow symbol

Expected: article slides into view
Actual: nothing happens
You can reproduce on Desktop by spoofing the Firefox for Android UA as well.

<span class="story-cover-arrow" data-action="scroll-to-post-start"></span>

In line 29404, inside the z.g.zb method there's a reference to this "scroll-to-post-start" action:

z.g.zb = function() {
...
  (0,z.Bi)(this.L).D("sign-in", this.kJ, this).D("approve-crosspost", this.uF, this).D("reject-crosspost", this.XF, this).D("post-edit", this.XE, this).D("show-collaborator", this.yA, this).D("hide-collaborator", this.yA, this).D("share-on-twitter", this.cJ, this).D("share-on-facebook", this.bJ, this).D("more-actions", this.EG, this).D("report-spam", this.JI, this).D("embed-story", this.cF, this).D("scroll-to-post-start", this.aA, this).D("resume", this.RI, this).D("show-other-collections", this.gJ,
  this);
  ...
};


Before we dig too deeply into their minified code, I wonder if Anton might have some insights?

---

Unrelated, but getting 403 on some font assets, <https://use.typekit.net/c/ef4131/freight-text-pro:i4:i7:n4:n7,jaf-bernino-sans:n3:n4:n6:n7.WHZ:N:2,WHc:N:2,WHY:N:2,WHb:N:2,Zv2:N:2,Zv4:N:2,Zv6:N:2,Zv8:N:2/d?3bb2a6e53c9684ffdc9a98f71d5b2a626bf0c9b0989121c2fc91a250a4907041d85b73c2cdb46413184b4b1fea80f3c49affab0f32199a5c3684605d2abbfc3823a50428650db7948476055a1aba75b3e230684d1844b14e505a0115888fb760e15c5195997d009e4dfebc1976e02a96f53ca0100220a9bab9333122de400de5fdd20654dcf07057083f28042291fed6da5ef151783c6937f73af7b6e24f907a0d582f31418284e5434e7c97c233157b946e883defc991d43ac34cdc2cd35c311098ace655e5f940e702a61b10da2930f21df09514627c3685>
Looking into it.
Flags: needinfo?(anton)
Okay, I have a fix. Should be deployed either later today or tomorrow.
You're the best, Anton. Thanks!
Whiteboard: [sitewait][country-all]
Fast :)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Web Compatibility
Component: Mobile → Site Reports
You need to log in before you can comment on or make changes to this bug.