There are 6 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-7ba2f43e-22ae-43f9-8914-0f009d01c983 XWIKI-20728 Closed

Tables with rowspan get mangled during PDF export if PDF header/footer is enabled

 
View issue   ยท   Add comment
 

6 updates

 
cid:jira-generated-image-avatar-212862f8-122b-464d-a900-fc4d6958de04 Changes by Marius Dumitru Florea on 18/Nov/25 15:52
 
Fix Version: 17.10.1
Fix Version: 18.0.0-rc-1
Assignee: Marius Dumitru Florea
Resolution: Fixed
Tests: Integration
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-212862f8-122b-464d-a900-fc4d6958de04 Marius Dumitru Florea on 18/Nov/25 15:55
 

I implemented a temporary workaround until Paged.js improves table rendering: I'm replacing colspan and rowspan with actual table cells (empty). This changes a bit the table layout but at least ensures that the table is fully displayed in the PDF export.