Active
Project:
To do list
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2010 at 08:51 UTC
Updated:
14 Feb 2011 at 15:10 UTC
Hi
i'm still here ;) and i'm still searching for bugs :P
so here is the next!
dono if it cuz of your modul or a theme bug, but i think, the pagination dont work correct.
for example:
i got 5 tasks, i set the max count of tasks in the block to 5, the block only shows 4 and the pagination
"« 1 2 »"
thats the first bug!
next is, when click on page 2, the list is empty!
so i can only see 4 tasks, and the 5th isn't in the table of the block!
dono where to search in the code for this error, cant find a right place for the fix :(
Comments
Comment #1
AlexisWilke commentedSorry for the delay.
I guess that I computed the wrong length and thought it was more than 1 page. But if you have 5 tasks and 5 spots, then it should not show 2 pages even if I were to include a task in the count that should otherwise not be counted.
Some of the tasks, depending on their priority, may not be shown in the list. However, the same WHERE clause, as far as I can tell, is used for both (the SELECT COUNT and the SELECT *.)
Did you get anywhere on this way since then?
Thank you.
Alexis
Comment #2
ragesoft commentedno,
i cant solve the problem here...
the select seems ok! but the output on frontend is blocken..
could be a js-bug
Comment #3
Jorge González commentedHi,
I have the same problem: 12 tasks, 5 tasks per page and 8 pages with 5 empty pages. That happens both in the all tab and in the urgent tab.
I haven't found any solution yet, i'll keep looking for it. Any ideas?
Thanks
Jorge