Page MenuHomePhabricator

Wikipedia links on userpage render invalid when accessing mobile version
Closed, DuplicatePublic

Description

Event Timeline

ori triaged this task as High priority.Feb 24 2016, 8:40 AM
ori added projects: MobileFrontend, I18n.
  • Doesn't happen in Vector.
  • If you right click on Talk and choose "Open link [..]", it works.

So, it's likely an MobileFrontend JavaScript bug.

option.title in TalkOverlay._loadContent is URL-encoded, and somewhere down the line (one of PageGateway.getPage's callees) it is getting URL-encoded again.

Change 272945 had a related patch set uploaded (by Ori.livneh):
Don't double- URL-encode talk page titles

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

Jdlrobson subscribed.

Could have sworn we added this to current sprint during triage. Sorry for dropping the ball.

Change 272945 abandoned by Ori.livneh:
Don't double- URL-encode talk page titles

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