Page MenuHomePhabricator

Formatter: API mobile view response inconsistency
Closed, InvalidPublic

Description

Details

Reference
bz50530

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:58 AM
bzimport set Reference to bz50530.
bzimport added a subscriber: Unknown Object (MLST).

This blocks pushing talk overlays to stable as well as ajax page loading as the API is returning unexpected results. We should work out why.

This seems to be fixed now in this particular example. Looks like the formatter refactor may have taken care of this.

We will reopen if it comes back.

This seems to be fixed now in this particular example. Looks like the formatter refactor may have taken care of this.

We will reopen if it comes back.

I discovered at least 2 issues here:

  • People abusing .toc - because we strip it we get a wrong number of headings. Should be resolved with https://gerrit.wikimedia.org/r/80578
  • Parser bug(?) - == <center> foo </center> == resulting in two <h2>s being outputted.

The latter is reported as bug 54616.

Max, that patchset has been merged - is this now resolved?

We're still removing .toc due to parser cache, and the latter issue is still there.

Confused - what is the current action that needs to be taken for this bug to get resolved?

Doesn't seem to be actionable at current time. Please reopen if it is.