Summary: | Stop let dolphin reset folder tree view | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Oliver Maurhart <oliver.maurhart> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugzilla, cyberbeat, datpeter, nightowl |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.0 | |
Sentry Crash Report: |
Description
Oliver Maurhart
2009-05-06 11:01:25 UTC
Do you want to turn off only the left/right scrolling or also the top/down scrolling? It does not scroll top/down automatically, just left right. E.g. I selected some folder right in the middle of the hierarchy, doesn't matter, somewhere. Then I just use the mouse wheel to scroll the tree up/down. However the total width of the folder tree widget must be smaller as the width needed for all the current expanded treeitems, so the horizontal scrollbar is visible. Dolphin now starts to scroll left/right until the folder icon of the parent folder touches the left edge of the widget ... or the outmost visible folder ... or, huh, wait ... can't figure out which algorithm it uses. I just want to stop this left/right self-inducted scrolling. OK, I'll add a configuration for this in KDE 4.4 (it's too late already for KDE 4.3). Ah, thanx! Did you forget providing the option for kde 4.4? or am I too blind to find it? *** Bug 222977 has been marked as a duplicate of this bug. *** This is a really annoying behaviour, the tree folders I want to see always slide out of my view, therefore I gave up on using it. Please add the option to don't slide left-right automatically and to stay at the position where the user wants to have it: default left aligned but when the user changes the horizontal tree position it should stay there. Jut no automation. SVN commit 1190479 by ppenz: - Allow to disable the automatic horizontal scrolling of the Folders Panel - Remember the 'Show Hidden Files' setting - Improve the autoscroll behavior - Fix issue that expanding folders might not increase the horizontal width - Fix issue that the selected item might get hidden by the horizontal scrollbar BUG: 191787 FIXED-IN: 4.6.0 CCMAIL: datpeter@yahoo.com> M +4 -0 dolphin_folderspanelsettings.kcfg M +37 -19 folderspanel.cpp M +5 -0 folderspanel.h M +13 -42 ktreeview.cpp M +0 -3 ktreeview_p.h M +16 -7 treeviewcontextmenu.cpp M +6 -0 treeviewcontextmenu.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1190479 > Fix issue that expanding folders might not increase the horizontal width
Does this mean that the sidebar will now change its width without my will?
>> Fix issue that expanding folders might not increase the horizontal width
> Does this mean that the sidebar will now change its width without my will?
No, the width of the sidebar will stay. But there was a bug when opening sub-trees by the [+]/[-] expander: The labels of the subtrees where shortened to '...' as the width of the tree has not been increased in this case. The patch just assures that the width of the tree-widget is wide enough to be able to scroll left/right.
Thanks for clarification :) Many many thanks for this. |