This issue has been created
There is 1 update, 2 comments.
 
 
JIRA Components / cid:jira-generated-image-avatar-889d473b-cd26-4544-a086-0d442f7ca60a JIRA-75 Open

Bottom padding of the macro's entries is larger than it should be

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-39c9b625-ebe1-4484-9d4e-afd36d16f102 Ilie Andriuta created this issue on 11/Mar/25 16:22
 
Summary: Bottom padding of the macro's entries is larger than it should be
Issue Type: cid:jira-generated-image-avatar-889d473b-cd26-4544-a086-0d442f7ca60a Bug
Affects Versions: 10.1.1
Assignee: Unassigned
Attachments: JIRA_macro_padding.png
Created: 11/Mar/25 16:22
Environment: Windows 11 Pro, Edge 134, using an instance of XWiki 16.10.4 on MariaDB 11.4, Tomcat 9.0.100
Priority: cid:jira-generated-image-static-blocker-154c3aab-191d-4eb4-8b30-6fcc75aa8d57 Blocker
Reporter: Ilie Andriuta
Description:

Steps to reproduce

1. Insert a JIRA macro with some entries, like:

(% class="table-hover" %)
|=Ticket|=Servlet Container|=Browser|=Database|=Test Result|=Tested by
|{{jira url="https://jira.xwiki.org" style="enum" fields="status, key, summary"}}XCOMMONS-3226{{/jira}}|Tomcat|Firefox|PostgreSQL|(% class="pass" %)Pass|Ilie
|{{jira url="https://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-22740{{/jira}}|Tomcat|Firefox|PostgreSQL|(% class="pass" %)Pass|Ilie
|{{jira url="https://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-22726{{/jira}}|-|-|-|(% class="notTested" %)Not Tested| 
|{{jira url="https://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-22694{{/jira}}|-|-|-|(% class="notTested" %)Not Tested|

2. Save the page
3. Observe the padding on the entries (up and bottom)

Expected results

The padding is the same on the top and on the bottom of entries.

Actual results

The padding on the bottom is larger than the top, causing the text to be off-centered vertically.

Reproduced on xwiki.org, see for ex. https://www.xwiki.org/xwiki/bin/view/TestReports/ManualTestReportXWiki151016/ 

 
 

1 update

 
cid:jira-generated-image-avatar-39c9b625-ebe1-4484-9d4e-afd36d16f102 Changes by Ilie Andriuta on 11/Mar/25 16:22
 
Labels: regression usability
 
 

2 comments

 
cid:jira-generated-image-avatar-acacecb5-d94b-4cc4-9b8b-6f16e2741e84 Charpentier Lucas on 11/Mar/25 16:24
 

This has very probably the same root cause as JIRA-70. However, if we don't want to revert the cause, the solutions for both of those issues will be different

 
cid:jira-generated-image-avatar-acacecb5-d94b-4cc4-9b8b-6f16e2741e84 Charpentier Lucas on 11/Mar/25 16:25
 
This has very probably the same root cause as JIRA-70. However, if we don't want to revert the cause, the solutions for both of those issues will be different

Similarly to JIRA-70 , adding `async=false` prevents the issue from happening.