Page MenuHomePhabricator

"TypeError: rowCells[col] is undefined" due to incorrect "rowspan" attribute on table row
Open, Needs TriagePublic

Description

Hi, go to this page and try to add now column behind "Scénář". See this video. I use this version: 75.0.3770.142 (Google Chrome).

JavaScript console:
TypeError: rowCells[col] is undefined

Event Timeline

This is apparently caused by the incorrect "rowspan" attributes on the last table row. I fixed them in this edit (https://cs.wikipedia.org/w/index.php?title=Speciální_čarodějnické_díly&diff=17549851&oldid=17549088&diffmode=source) and the table now works fine in VE. Of course it should have worked anyway, but I don't think we'll have time to debug this soon.

Aklapper renamed this task from I cant add new column to table to "TypeError: rowCells[col] is undefined" due to incorrect "rowspan" attribute on table row.Aug 9 2021, 1:31 PM
Aklapper added a project: VisualEditor-Tables.