Vote #77474
完了"Group by" row from issues listing has the colspan attribute bigger with one than the number of columns from the table
0%
説明
Steps to reproduce:
Open the issues tabs¶
Group results by an attribute (tracker for example)¶
Observe that the colspan attribute of the "Group by" row (tr.group) is bigger with one than the number of columns of issue rows (tr.issue).¶
Because of that, the right border is missing for issue rows and table header¶
!missing_border.png!
After applying the attached patch (fix_colspan_attribute.patch):
!with_border.png!
journals
Sorry, previous patch version contains an error. Attached the correct one (_v2).
--------------------------------------------------------------------------------
Confirmed the problem in Safari and Chrome. No problem in Edge and Firefox.
--------------------------------------------------------------------------------
Committed, thanks for this fix.
--------------------------------------------------------------------------------