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 304655 - wrong widget focus after opening a file
wrong widget focus after opening a file
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
0.3.x
Other Linux
: Normal minor
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-18 13:58 UTC by Rui Matos
Modified: 2005-05-18 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Focus the correct widget. (1.21 KB, patch)
2005-05-18 14:12 UTC, James Bowes
accepted-commit_now Details | Review

Description Rui Matos 2005-05-18 13:58:14 UTC
After having opened a pdf with the gtk file chooser people will expect the
"focus" to be in the "page". Currently (0.3.0) it is set to the zoom widget
which makes it impossible to scroll right away with the arrow keys.
Comment 1 James Bowes 2005-05-18 14:12:07 UTC
Created attachment 46607 [details] [review]
Focus the correct widget.

This patch should fix things. It looks like at some point the control of
scrolling the document switched from the scrolled_window to the ev-view itself.
Comment 2 James Bowes 2005-05-18 14:47:44 UTC
Fixed in CVS. Thanks for the bug report!