Summary: | Remember scroll position when going back in FolderView popup | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kai Uwe Broulik <kde> |
Component: | Desktop icons & Folder View widget | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate, notuxius, plasma-bugs |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-desktop/6736bdaa4bbd7c789e0049af4c57717725ac72b2 | Version Fixed In: | 5.15.0 |
Sentry Crash Report: |
Description
Kai Uwe Broulik
2016-02-12 11:46:54 UTC
It will be consistent with Dolphin if will be implemented Git commit 6736bdaa4bbd7c789e0049af4c57717725ac72b2 by Thomas Surrel. Committed on 10/10/2018 at 09:50. Pushed by thsurrel into branch 'master'. [Folder View] Remember selected item when navigating in subfolders Summary: When using the folder view in a panel as a popup, being in list view mode, getting into subfolders and back with arrow keys had a weird behaviour: the currentItem would just stay the same accross folders. This patch restores both the proper selected item and the scrolling position when navigating back. Test Plan: - Add a folder view in a panel, configure it in list view mode - Enter a subfolder and go back The folder you had gone into should be selected and the scrolling position should be the same than when you entered it. Reviewers: #plasma, broulik, hein Reviewed By: #plasma, hein Subscribers: anthonyfieroni, ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D15840 M +13 -2 containments/desktop/package/contents/ui/FolderView.qml https://commits.kde.org/plasma-desktop/6736bdaa4bbd7c789e0049af4c57717725ac72b2 |