Page MenuHomePhabricator

VisualEditor: Non-numeric colspan/rowspan values are normalized, or corrupted to NaN
Closed, ResolvedPublic

Description

See e.g. https://fr.wikipedia.org/?diff=109114947


Version: unspecified
Severity: major

Details

Reference
bz73430

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:58 AM
bzimport set Reference to bz73430.

Change 173363 had a related patch set uploaded by Catrope:
Restore original rowspan/colspan rather than normalizing or overwriting with NaN

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

It turned out there were two corruption problems: colspan="02" was normalized to colspan="2", and colspan="2 garbage" was normalized to colspan="NaN". The patch fixes both.

Change 173363 merged by jenkins-bot:
Restore original rowspan/colspan rather than normalizing or overwriting with NaN

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