Summary: | Horizontal scrolling in Compact View can make rendered content shift to the right out of the View in Details and Icons View | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | kdebugs |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amolagodbole, bugseforuns, justin.zobel, kishore96, mail, me, postix |
Priority: | NOR | ||
Version: | 22.04.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/0e4d428e84099bf5d76e81640a2417d5457d83a4 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
composite screenshot of blank details and icons views
Screen recording Screenshot: Details View and Icon View shifted to the right by an empty column Screenshot: Icons View: Content is shifted to the right out of the window |
Description
kdebugs
2018-04-15 02:02:05 UTC
Created attachment 112037 [details]
composite screenshot of blank details and icons views
I can confirm this behavior with Dolphin 17.12.3 on KDE Neon User Edition. I'll change the status to CONFIRMED. Thanks for the detailed report! Also reproducible with Dolphin 18.04 on Arch Linux. Can confirm still an issue in 20.08.1 Created attachment 150397 [details]
Screen recording
STEPS TO REPRODUCE
1. Open Dolphin in the "Compact view" mode
2. Open a folder with many files
3. Rubber band select the files so that you scroll from left to right (end)
4. Change to the "Details view"
OBSERVED RESULT
No files are displayed. Please see the screen recording.
SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20220703
KDE Plasma Version: 5.25.2
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Kernel Version: 5.18.6-1-default (64-bit)
Graphics Platform: Wayland
*** Bug 456335 has been marked as a duplicate of this bug. *** Note to comment 5: Scrolling to the right is sufficient to trigger the bug. No need to select any files. Reproducible: Always. Created attachment 150404 [details] Screenshot: Details View and Icon View shifted to the right by an empty column To comment 5: Depending on how much it was scrolled to the right: It may happen that the content of the folder in the "Details View" and "Icon View" is still visible, but a _wide extra empty column_ was added on the left, making all the content shift to the right. Thus it looks like a wrong origin or offset is used when rendering the content and in the extreme case, the content becomes completely rendered offscreen. Created attachment 150405 [details]
Screenshot: Icons View: Content is shifted to the right out of the window
In this screenshot you can clearly see the content is shifted to the right and part of it is rendered outside of the window.
If I make the window big enough (by spanning it over two screens and zooming out), I can in principle make the whole content visible again.
*** Bug 442653 has been marked as a duplicate of this bug. *** Submitted a relevant MR @ https://invent.kde.org/system/dolphin/-/merge_requests/613 Git commit 0e4d428e84099bf5d76e81640a2417d5457d83a4 by Amol Godbole. Committed on 05/09/2023 at 06:58. Pushed by meven into branch 'master'. DolphinView: Reset scrollbars before changing view mode When view modes are changed, the scrollbars are not reset. This can cause the scroll area to be moved out of view after changing the view mode, making the view unusable. This commit resets the scrollbars. M +4 -0 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/0e4d428e84099bf5d76e81640a2417d5457d83a4 |