List of known issues

Issue Summary Issue Description Issue No. Identified Date Status
Generation fails (==> document corrupted) when number of columns in table attributes is different of effective number of columns

the following code results in generation failure : 

table [width:50pc|width:50pc]{
row {
cell{'Cell1'}
cell{'cell2'}
cell{'toto'}
}
}

Root cause : pxDoc expects 2 columns as per the attributes of table, but 3 columns (cells) are specified in the row.

 

AK7ZBIL1XH 2020-04-20 In-Progress