Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (565 - 567 of 2449)

Ticket Resolution Summary Owner Reporter
#2374 Fixed [pull-req] Fix for Right-Click Bug in Web UI sstur
Description

On the master branch, in file

ui/web/js/deluge-all/TorrentGrid.js

on line 339 can you change:

if (!selection.hasSelection())

to

if (!selection.isSelected(rowIndex))

This fixes a problem where if you right-click a torrent and click remove, it will remove the selected one(s) instead of the one you right-clicked.

For future, is there a way to submit pull requests for issues I have fixed on my local fork?

#2373 Fixed Deluge won't start on OS Mavericks Calum n1g2t3s4
Description

Deluge won't start in OS Mavericks (10.9)

#2372 Fixed "Ratio" column will not retain position after restart zhimsel
Description

This bug is present in v1.3.6 on both Windows 8 and Linux (Debian 7, Openbox).

I set the "ratio" column to be between "Uploaded" and "Progress" columns. When I close and reopen the Deluge GUI, the "Ratio" column has moved to the right. This repeats after each restart, so I if I close and reopen a number of times, the "Ratio" column moves to the right each time.

If it relevant, I am running in non-classic mode on a remote daemon. If necessary, I can provide GTK versions as well and any relevant settings.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.