Actions
Bug #104685
closedWrong value clamping in progress bar
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-08-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The progress bar component clamps it's used value to ensure a certain range. In the first iterations, the max value of a progress bar was hardcoded to 100
, but has been lifted later on. This isn't respected when clamping the value, setting its max value to 100, still.
Actions