Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2009 at 00:27 UTC
Updated:
17 Mar 2010 at 23:27 UTC
When one chooses to sort by sticky, you are presented with the choices "ascending" (default) or "descending." This is really confusing. Much better would be "Sticky on top" and "Sticky on bottom" with default being "Sticky on top."
A second solution, which is inferior but better than what we currently have, would be to make "desending" the default when sort by sticky is chosen.
Here is some evidence that others have found this confusing as well.
http://drupal.org/node/234196
As always, thanks for an awesome module! Couldn't do Drupal without it!
Shai
Comments
Comment #1
HorsePunchKid commentedSeconded. My mnemonic is that it's really just sorting numerically, where
sticky = 1andunsticky = 0. So sorting descending is usually what you want for stickiness (and thus should be the default).Comment #2
dawehnerSure, as beginner its quite confusing about the stickyness sorting, but this is not just for stickyness.
Its for every boolean value, like status comments(which has 3 possible values) etc.
This would lead to quite a lot of handlers.
Oh:
Perhaps there could be done a parameter for the sort definition which defines the naming of desc and asc
Comment #3
esmerel commented