This issue has been created
 
 
Inline Table LiveData / cid:jira-generated-image-avatar-947e957e-a30c-4265-9655-6149ea5c23bc XLIT-19 Open

Cell style from the original table is applied to a container inside the cell instead of the cell itself - including width

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-d64de03d-1d11-4f50-8263-4fd565dcd4d5 Anca Luca created this issue on 27/Oct/25 14:57
 
Summary: Cell style from the original table is applied to a container inside the cell instead of the cell itself - including width
Issue Type: cid:jira-generated-image-avatar-947e957e-a30c-4265-9655-6149ea5c23bc Bug
Affects Versions: 1.0.2
Assignee: Unassigned
Attachments: image-2025-10-27-14-53-04-072.png, image-2025-10-27-14-57-20-856.png
Created: 27/Oct/25 14:57
Priority: cid:jira-generated-image-static-major-7d281fbc-888a-4d3b-b144-e99bd6a3c976 Major
Reporter: Anca Luca
Description:

Steps to reproduce:

  • create the following table in a page:
    |=A|=B|=C
    |(% style="width:30%; background-color: green; color: white;" %)This is a text that is a bit longer|(% style="width:30%" %)This is a text that is a bit longer|(% style="width:40%" %)This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer
    
  • save and display, this is the result:
    _thumb_44297.png
  • wrap this table in the livedata-inline-table macro:
    {{livedata-inline-table}}
    |=A|=B|=C
    |(% style="width:30%; background-color: green; color: white;" %)This is a text that is a bit longer|(% style="width:30%" %)This is a text that is a bit longer|(% style="width:40%" %)This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer This is a text that is a bit longer
    {{/livedata-inline-table}}
    
  • save and display

Expected result:

  • green background should apply to the whole cell
  • the width of the columns (30, 30, 40) should apply to the table cells, until the livedata table is resized manually

Actual result:

  • green background is only applied to the text
  • the width of the columns applies to the text inside the cell, not to the cell itself

_thumb_44296.png