Here is a bug in the sense of wrong algorithm for sorting.
Let's say we have the following 3 files in a folder:
name.jpg
name1.jpg
name 2.jpg
If we sort them by Name we get this order:
name 2.jpg
name.jpg
name1.jpg
I marked in red the file that is wrong sorted by name. This should be always the first because it is the shortest in the sequence starting with 'name' and there are no more letters after the 4th (in my example) to compare with.
So please correct it. Thanks.
PS In Total Commander sorting by name is correct, that's how I observed this bug.
Let's say we have the following 3 files in a folder:
name.jpg
name1.jpg
name 2.jpg
If we sort them by Name we get this order:
name 2.jpg
name.jpg
name1.jpg
I marked in red the file that is wrong sorted by name. This should be always the first because it is the shortest in the sequence starting with 'name' and there are no more letters after the 4th (in my example) to compare with.
So please correct it. Thanks.
PS In Total Commander sorting by name is correct, that's how I observed this bug.
Comment