Opened 12 years ago
Closed 12 years ago
#1555 closed Bug (fixed)
I can't add more trackers to torrent
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.41 |
Component: | GTK+ Client | Version: | 1.34 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Reported by Juan Pablo Salazar Bertín
I want to add more trackers to an actively downloading torrent, so I go to Details -> Tracker and press the "Add" button. A new line is added to the trackers list, but I can't edit it (it just has "http://"). If i click it then it's deleted.
So, adding more trackers to a torrent that is actively downloading (or paused) doesn't work for me.
Change History (3)
comment:1 Changed 12 years ago by charles
- Status changed from new to assigned
comment:2 Changed 12 years ago by charles
comment:3 Changed 12 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Actually you can edit it, but it's hard to use... the "http://" starts out highlighted, so pressing a key erases that text and replaces it with the keystroke.
There doesn't seem to be a way to set the cursor position in GtkCellRendererText?, but an easy workaround is to add an empty row (instead of a row with "http://") when the user hits the "Add" button. The proper row is still selected, and the cursor shows up in the right place and appears just as a user would expect a text entry to appear when it's ready to be typed in.