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 533328 - Wrong arrow direction when sorting in a tree view
Wrong arrow direction when sorting in a tree view
Status: RESOLVED DUPLICATE of bug 305277
Product: gnome-devel-docs
Classification: Applications
Component: hig
unspecified
Other All
: Normal minor
: ---
Assigned To: HIG Maintainers
HIG Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-15 18:41 UTC by Lean
Modified: 2020-12-04 18:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Lean 2008-05-15 18:41:47 UTC
The arrows that are shown in a tree view when you sort the list for a specific column is wrong.
If you select "View as List" in Nautilus and click in the "Date Modified" column, an arrow pointing down appears, but the bigger date is shown below.
I think it should be something like this:
Big Value > Small Value
Small Value < Big Value

Other information:
The Explorer in Windows works correctly
Comment 1 Benjamin Berg 2008-05-15 19:22:55 UTC
The GTK+ engine does not have any influence on the area (it is just drawing what it is told to draw).

The relevant section in the GNOME HIG is:

http://library.gnome.org/devel/hig-book/stable/controls-lists.html.en#controls-lists-sortable

This means that nautilus is following the Human Interface Guidlines correctly. If the arrow points down, the oldest dates are shown first.
Though I noticed that the GTK+ file chooser shows it the other way around.

(Moving it over to the HIG for now, as that seems more appropriate.)
Comment 2 David 2008-05-15 19:37:55 UTC
>This means that nautilus is following the Human Interface Guidlines correctly.
>If the arrow points down, the oldest dates are shown first.

This is NOT what is happening, when the arrow points down, the oldest dates are shown LAST.

>Though I noticed that the GTK+ file chooser shows it the other way around.

The file chooser behaves correctly.
Comment 3 Lean 2008-05-15 19:43:34 UTC
>The file chooser behaves correctly.

Only with the dates, with the name is behaving wrong.
Comment 4 Benjamin Berg 2008-05-16 07:56:46 UTC
I just had a look at the Human Interfahce Guidlines.

Sort Order: Normal
Arrow Direction: Down
Notes:
Alphabetical; smallest number first; earliest date first; checked items first

Sort Order: Reverse
Arrow Direction: Up
Notes:
Reverse alphabetical; largest number first; most recent date first; unchecked items first)

So "earliest date first" means that the items that are further in the past, should be at the top. This is what nautilus is doing.
And file name sorting is done correctly according to the HIG in both nautilus and the file chooser.

It seems to me that you want the exact reverse behaviour (to what the HIG suggests). (Or I am missing something ...)
Comment 5 Lean 2008-05-16 15:18:26 UTC
Reading the HIG, I noticed that Nautilus is doing what it says. But I think the behaviour should be the opposite, so the HIG should be changed.

If the arrow direction is down, the biggest values should be at top (including the most recent dates).
Comment 6 Calum Benson 2011-05-05 15:46:40 UTC

*** This bug has been marked as a duplicate of bug 305277 ***