Summary: | Inconsistent ENTER key in thumbnails view | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Bill Goodman <bg+kdex> |
Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 5.5.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/digikam/aa084a182beef888ae601506550c89b2d7a74610 | Version Fixed In: | 5.5.0 |
Sentry Crash Report: |
Description
Bill Goodman
2017-02-12 22:54:58 UTC
I think this problem have been fixed in next release. Take a look to 5.5.0 pre version available here : https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM Gilles Caulier (In reply to caulier.gilles from comment #1) > I think this problem have been fixed in next release. > > Take a look to 5.5.0 pre version available here : > > https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM > > Gilles Caulier I installed the version above on Windows 7. The issue is still there. ENTER has no effect after the selection is changed with a mouse click. I can confirm the behavior from the Enter key on Linux. Actually, the F3 key is to call the preview. There is really no code that prompts the Enter key for the preview. I look at it. Maik There is a configuration setting (Views>Icons>Thumbnail click action) which selects either preview or image editor. This seems to be for a "double-click" action in spite of the name saying "click". It seems natural to me for the ENTER key to do the same action that double-click does in this context. Maik, If i remember, the Enter key must be catch by Captions/Tags right sidebar. There is an event handler about keys. Gilles The cause I have found, it comes from the item activation. We save the last mouse event and check the click area. This is bad with the Enter key. I am looking for a clean solution... Maik Git commit aa084a182beef888ae601506550c89b2d7a74610 by Maik Qualmann. Committed on 15/02/2017 at 21:31. Pushed by mqualmann into branch 'master'. fix inconsistent item activation with Enter key after mouse actions FIXED-IN: 5.5.0 M +2 -1 NEWS M +2 -1 libs/widgets/itemview/itemviewcategorized.cpp https://commits.kde.org/digikam/aa084a182beef888ae601506550c89b2d7a74610 |