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 771969 - Focus lost when switching to full screen - left/right behaves incorrect
Focus lost when switching to full screen - left/right behaves incorrect
Status: RESOLVED FIXED
Product: shotwell
Classification: Other
Component: ux
0.24.x
Other Linux
: Normal normal
: ---
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-26 02:48 UTC by Norbert Preining
Modified: 2016-09-29 00:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix focus handling of fullscreen viewer (830 bytes, patch)
2016-09-28 21:11 UTC, Jens Georg
committed Details | Review

Description Norbert Preining 2016-09-26 02:48:27 UTC
As discussed on the ML, here the bug:

Switching to full screen mode, Left/Right keys now work as zoom instead as going backward/forward in the list of photos.

Clicking once on the photo in full screen mode fixes that.

Switching to full screen mode looses the focus.

Thanks

Norbert
Comment 1 Jens Georg 2016-09-26 14:21:12 UTC
Issue is that changing the Toolbar from a toplevel window to an overlay caused the zoom widget group to get keyboard focus instead of the image view.
Comment 2 Jens Georg 2016-09-28 21:11:49 UTC
Created attachment 336475 [details] [review]
Fix focus handling of fullscreen viewer

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 3 Jens Georg 2016-09-28 21:12:37 UTC
Attachment 336475 [details] pushed as d821a4a - Fix focus handling of fullscreen viewer
Comment 4 Norbert Preining 2016-09-29 00:22:56 UTC
Thanks, confirmed!