Version: unspecified (using KDE 4.5.90) OS: Linux In the Dolphin Icons View, the Home and End arrow keys have no effect. In both Details and Columns views the Home key moves you to the very beginning of the list, while End moves you to the very end. If the goal is consistency, then the keys should have the same effect in Icons view. However, since icons view has rows while the other two do not, perhaps moving to the beginning or end of a row would be better. Reproducible: Always
It looks like Page Up and Page Down also have no effect, which is also inconsistent with the other views (where these keys move up and down one page, respectively).
It looks like this is only an issue when grouping is enabled. Otherwise it works fine.
Should this be reassigned to kdelibs, like with bug 152985 vs. 262038 ?
I've reassigned it to kdelibs for KCategorizedView.
*** Bug 271955 has been marked as a duplicate of this bug. ***
Git commit 38d70aa810f634b24bcfccf1f11377bd2758a43f by Peter Penz. Committed on 26/12/2011 at 22:16. Pushed by ppenz into branch 'KDE/4.8'. Fix keyboard issues when groups are enabled When groups are enabled in Dolphin the key-up and key-down keys did not behave consistent in comparison to traditional views or like done in editors. Related: bug 261995 Related: bug 262038 M +106 -21 dolphin/src/kitemviews/kitemlistcontroller.cpp M +46 -1 dolphin/src/kitemviews/kitemlistcontroller.h M +0 -5 dolphin/src/kitemviews/kitemlistview.cpp M +0 -9 dolphin/src/kitemviews/kitemlistview.h M +0 -5 dolphin/src/kitemviews/kitemlistviewlayouter.cpp M +0 -7 dolphin/src/kitemviews/kitemlistviewlayouter_p.h http://commits.kde.org/kde-baseapps/38d70aa810f634b24bcfccf1f11377bd2758a43f
Git commit b5df860cafe7c1ac66279beccf8eaac412ee336f by Peter Penz. Committed on 26/12/2011 at 22:16. Pushed by ppenz into branch 'master'. Fix keyboard issues when groups are enabled When groups are enabled in Dolphin the key-up and key-down keys did not behave consistent in comparison to traditional views or like done in editors. Related: bug 261995 Related: bug 262038 M +106 -21 dolphin/src/kitemviews/kitemlistcontroller.cpp M +46 -1 dolphin/src/kitemviews/kitemlistcontroller.h M +0 -5 dolphin/src/kitemviews/kitemlistview.cpp M +0 -9 dolphin/src/kitemviews/kitemlistview.h M +0 -5 dolphin/src/kitemviews/kitemlistviewlayouter.cpp M +0 -7 dolphin/src/kitemviews/kitemlistviewlayouter_p.h http://commits.kde.org/kde-baseapps/b5df860cafe7c1ac66279beccf8eaac412ee336f
Hi, kdelibs (version 4 and earlier) is no longer maintained since a few years. KDE Frameworks 5 or 6 might already have implemented this wish. If not, please re-open against the matching framework if feasible or against the application that shows the issue. We then can still dispatch it to the right Bugzilla product or component. Greetings Christoph Cullmann