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 310495 - sorting tasks based on summary first sorts based on upper-case and then on lower-case
sorting tasks based on summary first sorts based on upper-case and then on lo...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Tasks
2.4.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Mohammed Mubeen J
Evolution QA team
: 335458 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-15 13:38 UTC by C Shilpa
Modified: 2013-09-13 00:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Do a string case compare. (2.89 KB, patch)
2005-10-10 07:20 UTC, Mohammed Mubeen J
none Details | Review

Description C Shilpa 2005-07-15 13:38:32 UTC
Version details: 2.3.5
Distribution/Version: SuSE 9.3

Create a few tasks with summary for some starting with upper case and for others
starting with lower case.
For eg: let the summary be Move, copy and Delete.
Now sorting based on summary results in 
Delete
Move
copy

When it should be:
copy
Delete
Move
Comment 1 Mohammed Mubeen J 2005-10-10 07:15:25 UTC
Same happens when sorted by Categories.
Comment 2 Mohammed Mubeen J 2005-10-10 07:20:18 UTC
Created attachment 53271 [details] [review]
Do a string case compare.
Comment 3 Mohammed Mubeen J 2005-10-10 07:24:09 UTC
Above is the proposed patch. (Didn't add a comment to it)
Comment 4 Mohammed Mubeen J 2005-10-24 07:10:11 UTC
Patch commited by Sankar.
Comment 5 Xiurong Simon Zheng 2006-03-28 10:04:49 UTC
*** Bug 335458 has been marked as a duplicate of this bug. ***