wifang / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Sorting User list truncates displayed list #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter 30+ users
2. Go to Users admin page
3. Click 'Name' column header to sort by name

What is the expected output? What do you see instead?
I would expect the list to be sorted by name. Sorting does occur, but the User 
list only shows the first 20 users.

What version of the product are you using? On what operating system?
Using version 1.8.7.4

Please provide any additional information below.
That's it

Original issue reported on code.google.com by sugarhil...@gmail.com on 5 Apr 2012 at 5:07

GoogleCodeExporter commented 9 years ago
I'll look into this

Original comment by samuli.j...@gmail.com on 6 Apr 2012 at 8:48

GoogleCodeExporter commented 9 years ago
Same problem using 1.8.7.5

Original comment by sboyl...@cnsllc.com on 20 Apr 2012 at 5:19

GoogleCodeExporter commented 9 years ago
This seems to be some issue with jqGrid component. Mollify does not have any 
functionality for sorting, it comes from the grid library itself. So far I 
haven't found what this is about, and upgrading the lib to latest version did 
not make any difference.

Original comment by samuli.j...@gmail.com on 20 Apr 2012 at 6:14

GoogleCodeExporter commented 9 years ago
Found it. Somehow jqGrid has default value of visible rows of 20, but this 
isn't applied when the data is initially set, only after the grid sorts the 
table.

Fixed in 1.8.7.6.

Original comment by samuli.j...@gmail.com on 20 Apr 2012 at 6:56

GoogleCodeExporter commented 9 years ago
Thank You! Updated, and all is working well. Very impressed with your 
responsiveness. This fix is making our lives SO much easier!
All the best,
Dan
SugarHill Works

Original comment by sugarhil...@gmail.com on 21 Apr 2012 at 4:38