|
| Summary: |
Cell style from the original table is applied to a container inside the cell instead of the cell itself - including width |
| Issue Type: |
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: |
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:
- 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
|
|