Summary: | Type-ahead in details view mode should scroll the current result to the center of the list | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | jbn |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | elvis.angelaccio, kfm-devel, nate |
Priority: | NOR | ||
Version: | 20.04.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/a59d9f85fa770a00d10e66025e102c736e18fa70 | Version Fixed In: | 24.02 |
Sentry Crash Report: |
Description
jbn
2020-07-04 20:50:44 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/627 Git commit a59d9f85fa770a00d10e66025e102c736e18fa70 by Méven Car, on behalf of Amol Godbole. Committed on 17/10/2023 at 17:47. Pushed by meven into branch 'master'. KItemListView: add view position in scrollToItem() An item, on being scrolled to, is always located at the nearest edge of the view. This is not always convenient. Allow specifying where the item should be positioned with respect to the view in scrollToItem(). M +1 -1 src/kitemviews/kitemlistcontroller.cpp M +48 -12 src/kitemviews/kitemlistview.cpp M +6 -2 src/kitemviews/kitemlistview.h M +1 -1 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/a59d9f85fa770a00d10e66025e102c736e18fa70 |