Bug 202779 - When pressing Enter thumbnails should be enlarged, also when a Collection is selected
Summary: When pressing Enter thumbnails should be enlarged, also when a Collection is ...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Thumbs-Image (show other bugs)
Version: 1.0.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 11:45 UTC by Simon
Modified: 2017-07-14 04:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon 2009-08-06 11:45:18 UTC
Version:           1.0.0-beta3 (using 4.2.4 (KDE 4.2.4), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.30-0.slh.3-sidux-686

When I have two directories at the left and I select the other, the images in this directory will be displayed and the first image selected. When I now press Enter I except the image to be enlarged, but nothing at all is happening. 

Imho this should be fixed for the 1.0 version! It is a usability bug that shouldn't occur in an 1.0 release.
Comment 1 Andi Clemens 2009-08-13 17:03:58 UTC
SVN commit 1010882 by aclemens:

setFocus whenever the mode of the iconview changes. Right now we only
setFocus when we where in preview mode, so if you previewed an image and
changed the album, the iconview was focused and keyboard actions where
possible.
If you just selected an image and changed the album, the focus was lost.

BUG:202779

 M  +2 -2      albumwidgetstack.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1010882