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.
Updated by Gerrit Code Review 3 months ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85713
Updated by Andreas Fernandez 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 85f7b74c2150e7e7c93d75a94d13e97536340cdb.
Actions