mvpmc page up/page down

View: New views
4 Messages — Rating Filter:   Alert me  

mvpmc page up/page down

by Mordechai T. Abzug-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[Is it best to report bugs here or to the -devel list?]

When I use mvpmc in either the filesystem or mythtv modes, there is an
odd bug when using page up/page down on multipage lists.  Suppose I am
on a multipage listing that currently shows items 1-10, and the cursor
is on item 4.  If I hit page down, mvpmc shows items 14-23.  This is
counter-intuitive -- mvpmc is skipping items 11-13.  What I expect to
see is items 11-20, preferably with the cursor on item 14, although
cursor elsewhere would also be fine.

I first noticed this bug in mvpmc 0.33.  It is still present as of the
20090621 snapshot.

- Morty

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@...
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Re: mvpmc page up/page down

by MVallevand :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Jul 8, 2009 at 2:06 AM, Morty<morty+mvpmc@...> wrote:
> [Is it best to report bugs here or to the -devel list?]

That depends I think here since it might not be a bug

> When I use mvpmc in either the filesystem or mythtv modes, there is an
> odd bug when using page up/page down on multipage lists.  Suppose I am
> on a multipage listing that currently shows items 1-10, and the cursor
> is on item 4.  If I hit page down, mvpmc shows items 14-23.  This is
> counter-intuitive -- mvpmc is skipping items 11-13.  What I expect to
> see is items 11-20, preferably with the cursor on item 14, although
> cursor elsewhere would also be fine.

There was a commit to viewport settings quite a while back that I
didn't really like, so I just added a command line option --classic to
use the older style of calculating the size.  You might want to check
if that works for you.

Martin

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@...
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Re: mvpmc page up/page down

by Mordechai T. Abzug-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Jul 08, 2009 at 07:22:07AM -0400, MVallevand wrote:

> > When I use mvpmc in either the filesystem or mythtv modes, there is an
> > odd bug when using page up/page down on multipage lists.  Suppose I am
> > on a multipage listing that currently shows items 1-10, and the cursor
> > is on item 4.  If I hit page down, mvpmc shows items 14-23.  This is
> > counter-intuitive -- mvpmc is skipping items 11-13.  What I expect to
> > see is items 11-20, preferably with the cursor on item 14, although
> > cursor elsewhere would also be fine.
>
> There was a commit to viewport settings quite a while back that I
> didn't really like, so I just added a command line option --classic to
> use the older style of calculating the size.  You might want to check
> if that works for you.

I tried it.  The bug is still there.  

[Methodology: I added --classic to the mvpmc invocation in
dongle.bin.mvpmc.config, rebooted, logged in, and verified that
--classic was there via the ps command.]

Exact steps to reproduce:

(1) go into "filesystem" and into a directory with many entries.

(2) Make a note of the last entry on the first page.

(3) Press page down (channel down) and make a note of the top item on
    the second page.

(4) Press page up (channel up) and note that you are back where you
    started.  The last entry on the page should be the same as for
    step 2.

(5) Press next file (down arrow) and make a note of the last entry on
    the page (should still be same as for steps 2 & 4.)

(6) Press page down (channel down) and make a note of the top item on
    the second page.  Note that it is different than for step 3.  This
    is the problem; it should be the same as for step 3.

- Morty

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@...
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Re: mvpmc page up/page down

by Simon Hyde :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


This should be fixed in the latest daily build

Thanks,

Simon


On Wed, 8 Jul 2009, Morty wrote:

> [Is it best to report bugs here or to the -devel list?]
>
> When I use mvpmc in either the filesystem or mythtv modes, there is an
> odd bug when using page up/page down on multipage lists.  Suppose I am
> on a multipage listing that currently shows items 1-10, and the cursor
> is on item 4.  If I hit page down, mvpmc shows items 14-23.  This is
> counter-intuitive -- mvpmc is skipping items 11-13.  What I expect to
> see is items 11-20, preferably with the cursor on item 14, although
> cursor elsewhere would also be fine.
>
> I first noticed this bug in mvpmc 0.33.  It is still present as of the
> 20090621 snapshot.
>
> - Morty
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Mvpmc-users mailing list
> Mvpmc-users@...
> https://lists.sourceforge.net/lists/listinfo/mvpmc-users
> mvpmc wiki: http://mvpmc.wikispaces.com/
>

------------------------------------------------------------------------------
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@...
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/