Opened 15 years ago
Closed 15 years ago
#1125 closed Bug (fixed)
If a torrent has 0% completed, the progressbar is 1 pixel long
Reported by: | persept | Owned by: | Gimp |
---|---|---|---|
Priority: | Low | Milestone: | None Set |
Component: | Web Client | Version: | 1.22 |
Severity: | Trivial | Keywords: | |
Cc: |
Description
If a torrent has 0% completed in the WebUI the progress bar is 1 pixel long. The progress bar should instead be non-existent i.e. 0 pixels long.
Change History (5)
comment:1 Changed 15 years ago by rdougan
comment:2 Changed 15 years ago by rdougan
Fixed using the following snippets:
web/javascript/torrent.js- http://pastebin.com/f1155c0db
web/stylesheets/common.css- http://pastebin.com/f5cb4ae2f
Both include a snippet of the current code.
comment:3 Changed 15 years ago by rdougan
Opps, forgot to highlight the changes..
http://pastebin.com/f5b9f4671 http://pastebin.com/f5a1c15af
comment:4 Changed 15 years ago by charles
- Summary changed from If a torrent has 0% completed in the WebUI the progress bar is 1 pixel long to If a torrent has 0% completed, the progressbar is 1 pixel long
comment:5 Changed 15 years ago by Gimp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I would suggest you add a 'display:none' to the bar or remove the background image/colour.