Bug 329724 - Sorting is erratic
Summary: Sorting is erratic
Status: RESOLVED FIXED
Alias: None
Product: KBibTeX
Classification: Applications
Component: User interface (show other bugs)
Version: 0.5
Platform: openSUSE Linux
: NOR minor
Target Milestone: ---
Assignee: Thomas Fischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 14:28 UTC by auxsvr
Modified: 2014-01-27 00:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description auxsvr 2014-01-08 14:28:22 UTC
Sorting by clicking on a column header often works when the order is ascending, but it never works with descending order. In fact, descending order seems to equal "No sorting", the option I once requested in order to preserve the order of records in the .bib file. This problem also applies to the online search results pane.

Reproducible: Always

Steps to Reproduce:
1.Click on a column header to change the sorting order.

Actual Results:  
Choosing ascending order sometimes does not work, but quite often it works normally. Choosing descending order never works.

Expected Results:  
Selecting descending order should sort the column accordingly.
Comment 1 Thomas Fischer 2014-01-08 21:04:00 UTC
I think I fixed the bug in branch kbibtex/0.5 (commit 4428194424770dc03138b18b05fda525f69ce7a6 or later). Please test and confirm if this solves the issue for you.
I'll forward-port it to master once fix is confirmed.
Comment 2 auxsvr 2014-01-08 23:45:03 UTC
The last commit in branch/0.5 was 3 weeks ago and in master 3 hours ago, none of which match the identifier you mentioned. Searching for it at http://quickgit.kde.org/?p=kbibtex.git returns nothing. Of course, it could be that I'm not really well versed in git...
Comment 3 Thomas Fischer 2014-01-09 20:47:58 UTC
Sorry, my fault, I forgot to push. Please try again.
Comment 4 auxsvr 2014-01-10 05:59:50 UTC
It works, thanks!