mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Column sorting regression since 4.2.4 #10226
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#10226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SubJunk on GitHub (Apr 22, 2020).
qBittorrent version and Operating System
4.2.4 on Windows 10
What is the problem
If I click one column header and then another one, sorting only happens on the last one. In my case I click on
NamethenCategory.What is the expected behavior
I expect it to sort the list by category, and by name within category, which is what happened in 4.2.3.
Steps to reproduce
In 4.2.4, confirm the bug by click on the column header for
Name, then the column header forCategory, and observe that it is only sorting byCategory. TheNamecolumn appears to be sorted by date added.In 4.2.3, confirm that it used to work, by repeating the steps and seeing that the secondary sorting works.
@FranciscoPombal commented on GitHub (Apr 22, 2020):
@glassez I believe you recently fixed/changed something related to this.
@glassez commented on GitHub (Apr 23, 2020):
qBittorrent v4.2.3 had broken sorting algorithm that is fixed currently. We never provided multi-column sorting (probably it was some kind of side effect). There is only some predefined fallback sorting for equal values in sorting column.