Opened 14 years ago

Closed 14 years ago

#164 closed defect (wontfix)

File open dialog not sorting by name

Reported by: rudi Owned by:
Priority: major Milestone: Qt Enhanced
Component: QtGui Version: 4.6.2
Severity: low Keywords:
Cc:

Description

Not sure if this os OS/2 specific, but I have here a few examples where the file open dialog is not sorting the files as it should. See screenshot...

Attachments (1)

fileopen.jpg (47.3 KB) - added by rudi 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by rudi

Attachment: fileopen.jpg added

comment:1 Changed 14 years ago by rudi

Did some investigation on that one: It looks like buggy / outdated (pre fixpack 16) unicode support in OS/2 will cause QString::localeAwareCompare() to return bogus results. I leave the ticket open for now, but this is certainly a candidate for "wontfix".

comment:2 Changed 14 years ago by Dmitry A. Kuminov

Resolution: wontfix
Status: newclosed

Yes, it seems so. At least on all my eCS systems it works like a charm (I specifically tested it on directories containing variously named files in both English and Russian, upper/lower case and so on).

A possible way to fix this would be to provide a complete 3rd party Unicode replacement (e.g iconv or whatever) but I don't feel that it's worth doing taking into account that in modern fixpacks the native Unicode support works well. So I'm wontfixing this. The one that disagrees will reopen.

Note: See TracTickets for help on using tickets.