You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour: When a torrent is being downloaded, the associated progress bar in the webui starts white and fills with blue, until it is completely filled, indicating that the torrent is downloaded.
Observations: This is not true when the progress is exactly 0%. In this case, the bar starts completely blue. Only when the progress increases above 0% does the expected behaviour occur.
further observations
What I found so far is that the bars behaving correctly have a value attribute in their progress tag. For example:
info
git revision / version: v0.4.6, commit 7775d97
OS: OpenBSD 7.4
Architecture: amd64
problem
Expected behaviour: When a torrent is being downloaded, the associated progress bar in the webui starts white and fills with blue, until it is completely filled, indicating that the torrent is downloaded.
Observations: This is not true when the progress is exactly 0%. In this case, the bar starts completely blue. Only when the progress increases above 0% does the expected behaviour occur.
further observations
What I found so far is that the bars behaving correctly have a
value
attribute in theirprogress
tag. For example:Those with a progress of 0% have no
value
, which seems to render the bar filled by default. For example:I didn't find why this is happening.
The text was updated successfully, but these errors were encountered: