You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: sb3den

Basic information

Registered Sep 19, 2009
Last login Oct 13, 2009
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/15799

Latest forum posts

Posts:

Registered:

» » itemcount less size: next(Page) won

Posted: Oct 13, 2009

hi tero!

thanks for the new release. i've tested a little bit and recognized, that i wasn't quite right. the deactivated-class should also be assigned, if item-count equals size.

for all who also need to fix this:

search:

if(r.getSize()<m.size)

replace:

if(r.getSize()<=m.size)

Posts:

Registered:

itemcount less size: next(Page) won"t deactivate

Posted: Sep 19, 2009

the next / nextPage links should get the deactivated-class, if there are less items than size. (tested with ff3 / ie7 and v1.1.0/1)