If I had to guess I'd say that you are using a "0" or a negative value in
that field as a replacement for infinite, but when sorting it is bugging
the sorter. If this is the case there should be an if during the sort to
send those to the end of the list;
If you are instead using the last value allowed to the double, float, or
any other data type as infinite, then there is probably another type of
problem with the sorter.
Another problem with the sorter is that it is not sorting any type of
column, for instance: "Label" is not sortable.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3288>
Deluge <https://deluge-torrent.org/>
Deluge Project
Comment (by DjLegolas):
Duplicate with #3015.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3288#comment:1>