Bug 413985 - Can't move an album too far down - no treeview scrolling.
Summary: Can't move an album too far down - no treeview scrolling.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-TreeView (show other bugs)
Version: 6.4.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-09 17:36 UTC by Alexandre Belz
Modified: 2019-11-10 07:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Belz 2019-11-09 17:36:34 UTC
SUMMARY
Can't move an album too far (not possible outside the visible scope)

STEPS TO REPRODUCE
1. Open an album with many, many subalbums
2. Try to move a subalbum far below
3. 

OBSERVED RESULT
The treeview don't scroll down, instead I see a "forbidden" road sign, and this limits the range of drop action.
When I add usage of the wheel, it does scrolls, but that's jerky (not fluid).

EXPECTED RESULT
I would expect the treeview to scroll in a fluid manner, so that I can move a sub-album down, down, down...

SOFTWARE/OS VERSIONS
Windows: 10
Comment 1 Maik Qualmann 2019-11-09 17:55:08 UTC
Because of a Qt bug and this bug report: Bug 400960 we disabled auto scroll. Ok, I have to find another workaround...

Maik
Comment 2 Maik Qualmann 2019-11-09 18:54:47 UTC
Git commit b643efd40614162c05d1afa2864d273a93db7acf by Maik Qualmann.
Committed on 09/11/2019 at 18:53.
Pushed by mqualmann into branch 'master'.

new workaround for scroll to left
Related: bug 400960
FIXED-IN: 7.0.0

M  +2    -1    NEWS
M  +8    -0    core/libs/album/treeview/abstractalbumtreeview.cpp
M  +0    -1    core/libs/album/treeview/albumtreeview.cpp

https://invent.kde.org/kde/digikam/commit/b643efd40614162c05d1afa2864d273a93db7acf
Comment 3 Alexandre Belz 2019-11-09 19:06:29 UTC
Thank you Maik, 
should i test the new code in the weekly build of 7.0 ? 
or is it too early ?
Comment 4 caulier.gilles 2019-11-10 07:54:55 UTC
Alexandre,

I will rebuild Weekly build of 7.0.0 Windows installer while this morning.

Gilles Caulier