You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the processing of rowspan (or in combination with colspan) might be buggy.
I have attached 3 data.xml:
data0.xml - prints correctly
Column 1 and 2 have rowspan over 3 rows. Then I have some colspans, which also works.
Problems start as soon as I need to rowspan a later column. For example column 9, rows 2 and 3. data1.xml - here cell from row 3, column 6 prints a column later, so there are some cells overlapping. More exactly, the spanned cell from column 9 overlaps, row 3 column 8.
Finally, if I want to use rowspan on column 10 row 1 to row 3, this breaks completely, and no PDF is output, with error: data2.xml
<Error code='1'>[page 1] ...am Files\speedata-publisher\sw/lua/publisher\tabular.lua:1077: attempt to index local 'current' (a nil value)
stack traceback:
...ram Files\speedata-publisher\sw/lua/publisher\spinit.lua:45: in function 'call'
...ram Files\speedata-publisher\sw/lua/publisher\spinit.lua:376: in function 'main_loop'
...ram Files\speedata-publisher\sw/lua/publisher\spinit.lua:387: in main chunk
[C]: in function 'require'
[\directlua]:1: in main chunk</Error>
Hi,
I think the processing of rowspan (or in combination with colspan) might be buggy.
I have attached 3 data.xml:
data0.xml - prints correctly

Column 1 and 2 have rowspan over 3 rows. Then I have some colspans, which also works.
Problems start as soon as I need to rowspan a later column. For example column 9, rows 2 and 3.

data1.xml - here cell from row 3, column 6 prints a column later, so there are some cells overlapping. More exactly, the spanned cell from column 9 overlaps, row 3 column 8.
Finally, if I want to use rowspan on column 10 row 1 to row 3, this breaks completely, and no PDF is output, with error:
data2.xml
Rowspan - buggy.zip
The text was updated successfully, but these errors were encountered: