Page MenuHomePhabricator

[Bug] mobile-html: back link text doesn't match reference link text for reference groups
Closed, ResolvedPublic

Description

Steps to Reproduce

  1. Visit an article with reference groups (https://apps.wmflabs.org/en.wikipedia.org/v1/page/mobile-html/Neferefre, https://apps.wmflabs.org/en.wikipedia.org/v1/page/mobile-html/United_States)
  2. Expand the references section

Expected Results

Screen Shot 2020-03-03 at 6.22.36 AM.png (1×2 px, 426 KB)

Actual Results

  • Back link titles are all numeric

Screen Shot 2020-03-03 at 6.22.07 AM.png (1×2 px, 426 KB)

Event Timeline

Change 576308 had a related patch set uploaded (by Joewalsh; owner: Joewalsh):
[mediawiki/services/mobileapps@master] Ensure reference back link matches reference link

https://gerrit.wikimedia.org/r/576308

The .textContent of some reference links are incorrect. For example, references that display as [a] have a .textContent of [lower-alpha 1]. The text is changed for display in CSS and is unreadable from JS. This will be fixed in Parsoid by T51538

Change 576308 merged by jenkins-bot:
[mediawiki/services/mobileapps@master] Ensure reference back link matches reference link

https://gerrit.wikimedia.org/r/576308