Opened 5 years ago

Last modified 5 years ago

#3288 new bug

Sorting Issues

Reported by: Carlosgrr Owned by:
Priority: minor Milestone: needs verified
Component: Web UI Version: develop
Keywords: Sorting Cc:

Description

Whenever I click the ETA it sorts my torrents by ascending order, but it places those torrents with infinite values before rather that after torrents with finite values.

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.

Change History (1)

comment:1 Changed 5 years ago by DjLegolas

Duplicate with #3015.

Note: See TracTickets for help on using tickets.