After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 271594 - Sorted contact entries are not in lexicographical order.
Sorted contact entries are not in lexicographical order.
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
2.0.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: Devashish Sharma
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-01-21 22:58 UTC by Paul Bryan
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.96 KB, patch)
2005-09-14 13:02 UTC, Devashish Sharma
none Details | Review

Description Paul Bryan 2005-01-21 22:58:52 UTC
Description of Problem:
When sorting the contacts by File As in ascending
order, the entries are not lexicographically
ordered. Names beginning with a lower-case letter
follow names beginning with Z.

Steps to reproduce the problem:
1. Create a contact: "Zoolander, Derek".
2. Create another contact: "de Marco, Juan".
3. Display list of contacts in card view, or table
view, sorted by "File As".

Actual Results:
Zoolander appears before de Marco.

Expected Results:
de Marco should lexicographically appear before
Zoolander.

How often does this happen? 
Always.
Comment 1 Sivaiah 2005-02-19 15:22:09 UTC

*** This bug has been marked as a duplicate of 269429 ***
Comment 2 Paul Bryan 2005-02-19 17:59:35 UTC
This is not a duplicate of 69429. That is another bug in Evolution,
whereby if you specify "File As" as the sort order, it does not
actually store that sorting preference, nor does it attempt to sort by
that field.

In this bug, if you force sorting by clicking on the heading in the
table list, it does sort. It just doesn't sort lexicographically. At a
minimum, sorting should be case insensitive.
Comment 3 André Klapper 2005-03-31 17:38:53 UTC
a bit related to bug 273870
Comment 4 Paul Bryan 2005-03-31 20:34:57 UTC
Agreed. This is probably closely related to bug 273870 -- these bugs
should both be solved if proper lexicographical (and
internationalized) sorting were employed, rather than binary sorting
as seems to be the case now.
Comment 5 Devashish Sharma 2005-09-14 13:02:40 UTC
Created attachment 52228 [details] [review]
Patch
Comment 6 Sushma Rai 2005-10-04 12:02:24 UTC
Fix committed to CVS head.
Comment 7 Paul Bryan 2006-01-12 02:40:11 UTC
Just adding a comment to state this bug still exists in version 2.4.2.1. I see that the fix is targeted for 2.5, so this makes sense.
Comment 8 Paul Bryan 2006-12-29 05:00:25 UTC
I am currently using 2.6.3, and confirm it is fixed.