GNOME Bugzilla – Bug 304655
wrong widget focus after opening a file
Last modified: 2005-05-18 14:47:44 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.
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.
Fixed in CVS. Thanks for the bug report!