After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316608 - Space and PgDn need to be double hit when in Dual mode
Space and PgDn need to be double hit when in Dual mode
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
0.4.x
Other Linux
: Normal minor
: ---
Assigned To: Evince Maintainers
Evince Maintainers
: 320144 325888 334911 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-09-18 04:42 UTC by James Cloos
Modified: 2006-03-17 18:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description James Cloos 2005-09-18 04:42:57 UTC
Version details: poppler 0.4.1
Distribution/Version: gentoo ~x86 w/ gnome-2.12 unmasked

When displaying a document in Dual mode, one must hit the spacebar or PgDn key
twice to move to the next pair of pages.

Instead, in Dual mode, they should move forward one display set.

This can be easily accomplished by something like this pseudo-code:

    if (inDualMode)
      pg =+ 2;
    else
      pg++;


P.S.  I hope I got the keywords right....
Comment 1 Sergej Kotliar 2005-09-18 11:49:58 UTC
Confirming the bug.
A thing worth noting is that it only appears when browsing in non-continuous
mode, which means that you have to uncheck View->Continuous and check View->Dual
Comment 2 Marco Pesenti Gritti 2005-09-19 13:27:25 UTC
fixed in cvs
Comment 3 Sergej Kotliar 2005-10-31 20:44:36 UTC
*** Bug 320144 has been marked as a duplicate of this bug. ***
Comment 4 Nickolay V. Shmyrev 2006-01-06 10:01:43 UTC
*** Bug 325888 has been marked as a duplicate of this bug. ***
Comment 5 Sergej Kotliar 2006-03-17 18:18:38 UTC
*** Bug 334911 has been marked as a duplicate of this bug. ***