Summary: | Keyboard navigation broken | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Christoph Feck <cfeck> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, zrenfire |
Priority: | NOR | Keywords: | regression, usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/dolphin/038565b62f6ca6323cae2c5a23a97d66fc3dc0cd | Version Fixed In: | |
Sentry Crash Report: |
Description
Christoph Feck
2019-05-01 07:37:18 UTC
Forgot to say: same issues in "details view" mode, so reported as "general". Might be caused by b7db272af2f20fbeeea6bba33f4ef89d1d735bb9 Git commit 038565b62f6ca6323cae2c5a23a97d66fc3dc0cd by Tranter Madi. Committed on 05/06/2019 at 09:40. Pushed by trmdi into branch 'master'. Scroll when pressing PageUp/PageDown Summary: Add `PageUp/PageDown` to the `navigationPressed` variable. Remove the `m_view->firstVisibleIndex()` and `m_view->lastVisibleIndex()` tests because sometimes it does not work correctly. Test Plan: Press PageUp/PageDOwn: it scrolls Press Up/DOwn: it always scrolls Reviewers: #dolphin, Zren, cfeck, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: elvisangelaccio, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D21573 M +3 -4 src/kitemviews/kitemlistcontroller.cpp https://commits.kde.org/dolphin/038565b62f6ca6323cae2c5a23a97d66fc3dc0cd |