It is currently 19 Apr 2024, 16:39
   
Text Size

Magic Album - Program Bugs

Column sorting changes the order of items in list with similar values (not a bug)

 

When clicking the header of a column to sort, if there are fewer than 9 items that have identical values in that column, the list will cycle by 1.

It's easily reproducible if you make a deck with 9 differently-named lands, then sort by casting cost. Each time the column is clicked, the top item of the list moves to the bottom.

If there are 9 or more items with the same value in the column being sorted, the order will remain the same when the column header is clicked. I would think that this is the more desirable behavior, since it will preserve custom sorting within each item value.

Comments

Posted by Goblin Hero » 02 Aug 2012, 06:43

Not a bug, but a sorting algorithm feature. The order of the items with the similar values is not guaranteed. Use secondary sort criteria (i.e. by set).

Ticket details

  • Ticket ID: 253
  • Project: Magic Album
  • Status: Not a bug
  • Component: (unknown)
  • Project version: (unknown)
  • Priority: Normal
  • Severity: Normal
  • Assigned to: Goblin Hero
  • Reported by: tenminutegod
  • Reporter's tickets: List all tickets
  • Reported on: 22 Jul 2012, 02:05
  • Last visited by charmer » 29 Dec 2012, 21:21.
 

Login Form