Summary: | Allow scrolling using scrollwheel when dragging items in the viewport | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | ulterno |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | dolphin-bugs-null, kdedev |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 25.08.1 | ||
Target Milestone: | --- | ||
Platform: | EndeavourOS | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
ulterno
2025-09-25 08:49:24 UTC
I've confirmed the described behavior on git-master. I agree it would be a usability win to be able to use the scroll wheel while dragging an item. Now I am realising, this might better be added to QAbstractItemView in general. One would have to handle the scroll-wheel input when the drag move event is active. > One would have to handle the scroll-wheel input when the drag move event is
> active.
Checked using QTableWidget
When the user is dragging an object, QAbstractScrollArea::viewportEvent (QEvent *event) doesn't receive QWheelEvent.
___
Maybe the dragged item preview, that moves along with the cursor, is eating said wheel event?
The KDE bug tracker is for bugs rather than development work. A better place to talk about the development approach would be in one of the rooms in Matrix in the KDE space. |