Summary: | In KCategorizedView, home and End keyboard keys should do something | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Todd <toddrme2178> |
Component: | kdeui | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | wishlist | CC: | ereslibre, kde, zawertun |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Todd
2011-01-03 20:45:19 UTC
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 |