Sorting list doesn't work for teams with >75 members

Bug #1418418 reported by Matthew Paul Thomas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
New
Undecided
Unassigned

Bug Description

1. Go to the "Members" page for any team with more than one batchful of members. <https://launchpad.net/~unity-design/+members>
2. Click any of the column headers in the list.

What you see:
1. The members list has clickable column headers.
2. Clicking does not sort the list, it sorts only the first batch, which is pretty much useless.

What you should see: either
1. the members list does not have clickable column headers; or
2. clicking sorts the entire list.

I think this is the result of a script that looks for any <table class="sortable">, in which case a minimal fix is just to remove that class from this table. But the same problem applies in every case: If the list becomes longer than one batch, the sorting is misleading. It may be better to remove the script entirely.

If the list was made properly sortable, this would alleviate bug 1224889. It might also save time to fix bug 2612 and/or bug 409241 together with this bug.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.