Bug 329724

Summary: Sorting is erratic
Product: [Applications] KBibTeX Reporter: auxsvr
Component: User interfaceAssignee: Thomas Fischer <fischer>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: 0.5   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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!