Opened 12 years ago
Closed 12 years ago
#3456 closed Enhancement (fixed)
Improve web client torrent list display
Reported by: | Longinus00 | Owned by: | Longinus00 |
---|---|---|---|
Priority: | Low | Milestone: | 2.10 |
Component: | Web Client | Version: | 2.04+ |
Severity: | Minor | Keywords: | |
Cc: |
Description
This patch fixes a regression in the display of the torrent list and improves the handling of long torrent names in the torrent list.
The regression occurs when a torrent is paused and has yet to download anything. The beginning of torrent_progress_details appears at the end of torrent_progress_bar.
The improvements to the torrent list include the following.
- Truncate torrent_name to prevent wrapping.
- Truncate torrent_progress_details to prevent wrapping.
- Truncate torrent_name.compact to prevent overflowing onto torrent_progress_details.compact and torrent_pause/torrent_resume rendering them useless.
Attachments (1)
Change History (2)
Changed 12 years ago by Longinus00
comment:1 Changed 12 years ago by Longinus00
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r11081.