Bug 202779

Summary: When pressing Enter thumbnails should be enlarged, also when a Collection is selected
Product: [Applications] digikam Reporter: Simon <simon.eu>
Component: Thumbs-ImageAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 1.0.0

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