Actions
Defect #22932
closed"Group by" row from issues listing has the colspan attribute bigger with one than the number of columns from the table
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
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
After applying the attached patch (fix_colspan_attribute.patch):
Files
Actions