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 622064 - Go to page functionality only available in toolbar
Go to page functionality only available in toolbar
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-19 10:40 UTC by Christoph Lange
Modified: 2011-06-27 13:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
add GoToPage to Go Menu (2.17 KB, patch)
2011-06-27 00:15 UTC, José Aliste
committed Details | Review

Description Christoph Lange 2010-06-19 10:40:01 UTC
I have disabled the toolbar to save screen space.  Now there is no way of going to a page.  In the "Go" menu there should be an option (also accessible by a keyboard shortcut) for going to a page, e.g. by opening a dialog window and prompting for a page number.
Comment 1 Christoph Lange 2010-06-19 10:40:57 UTC
Oh, and I see that even when the toolbar is enabled there is no way of going to a different page by keyboard only.
Comment 2 Calum Benson 2010-11-25 17:26:43 UTC
Agree there should be a Go -> Go to Page... menu item (shortcut Ctrl+G, perhaps?), which either pops up a dialog or gives focus to the toolbar control (temporarily showing the toolbar if required) to allow you to enter a page number.

Note that you *can* already do this with the keyboard, if the toolbar is being shown, using the standard (if not entirely obvious) keyboard navigation for toolbars: press Tab until a control on the toolbar has focus, then use left/right arrows to navigate to the page number text field.  (Note, to move focus back out of the text field, you have to use Tab again.)
Comment 3 José Aliste 2011-04-13 19:02:43 UTC
So there is already the action, Ctrl+L performs exactly this. I agree there should be a menu item so the shortcut be discoverable. 

We probably should also change the shortcut to Ctrl+G? Calum, UX advice appreciated.
Comment 4 Calum Benson 2011-05-03 13:06:32 UTC
Oops, on second thoughts, Ctrl+G is a bad idea, as that's the standard "Find Next" shortcut.

I can see why you chose Ctrl+L, and I think it probably makes sense to keep that. So I would suggest you just add an item to the bottom of the Go menu:

_Previous Page  Ctrl+PgUp
_Next Page      Ctrl+PgDn
---
_First Page     Ctrl+Home
_Last Page      Ctrl+End
---
Go to Pa_ge...  Ctrl+L
Comment 5 José Aliste 2011-06-27 00:15:19 UTC
Created attachment 190719 [details] [review]
add GoToPage to Go Menu

The attached patch adds the GoToPage to the Go Menu, and hence fixes this bug.
Comment 6 Carlos Garcia Campos 2011-06-27 07:23:30 UTC
Review of attachment 190719 [details] [review]:

Thanks!
Comment 7 José Aliste 2011-06-27 13:54:12 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.