Page MenuHomePhabricator

Extension:Chart renders stray text above chart in Parsoid when field title contains "%"
Open, Needs TriagePublicBUG REPORT

Description

I prepared a minimal example under https://en.wikipedia.org/wiki/User:Kallichore/Test?useparsoid=1

Steps to replicate the issue (include links if applicable):

  • Create a tabular data page (JSON) where a field title includes the % character (e.g. "de": "1 %" )
  • Embed the data on a wiki page
  • Use the migration tool to compare the Legacy Parser with Parsoid

What happens?:

  • Stray text (e.g. "%2 %3 %1 %2 %3 %Test") appears above the rendered chart in Parsoid.

What should have happened instead?:

  • Parsoid should behave like the Legacy Parser

Other information (browser name/version, screenshots, etc.):