Package: qa.debian.org
Severity: normal
Clicking on the "source package" column doesn't actually sort the
packages by source package name, but only reverses the current
sorting.
How to reproduce:
- Visit https://qa.debian.org/developer.php?login=ftpmaster&comaint=yes
- Click on "Version" column to sort by something; this currently gives
"fwupd, shim, grub2, linux, fwupdate" (not alphabetical order).
- Click on "Source Package". Notice this adds a marker, but doesn't
change the ordering.
- Click on "Source Package" again. This reverses the current order,
giving "fwupdate, linux, grub2, shim, fwupd". This is not ordered by
source package name.
I've attached a screenshot showing the last state.
Two related minor issues:
- The dark/light rows for even/odd are fixed and not updated when the
ordering changes. That means after changing the ordering they no
longer correspond to even/odd, see the attached screenshot. This
should probably use CSS to select even/odd rows.
- Sorting by "Version" doesn't seem useful. I'm not sure what it even
sorts by given it has multiple subcolumns for different releases?
Ansgar