Actions
Defect #4255
closedRoadmap ticket progress display error
Start date:
2009-11-20
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I just saw this bug on a project of mine.
We have three tickets, one is closed and two are completed at 100%. The percentage bar shows a tiny whitespace on the right since it miscalculates the percentage of the second td.
Checking the outputted HTML the first td(.closed
) has a width of 33%, the second td(.done
) has a width of only 66%, not 67% which it should have. This makes the last td(.todo
) with a 0% width percentage take up 1% therefor creating the white space to the right.
I've attached a screen dump of it and although I am not using the default CSS I double checked that as well and found it showing the same.
Redmine r3023
Files
Actions