atom-autohide-tree-view
atom-autohide-tree-view copied to clipboard
Can't scroll in treeview
Without this addon I can scroll down in the tree view as needed. WIth this addon, scrolling no longer works
This was with the latest version, so v0.25.1 I assume
Scroll work on "Push" only, please fix it
+1
you might just add some code in the style file.
.tree-view-resizer {
...
height: 100% !important;
...
}
This should fix the problem temporarily.
However, I just find out that the latest master version has just fix this problem, you might try updating the package to the latest version on this github.
+1 I am seeing this issue too @olmokramer
+1 still, going on months now
@olmokramer any updates on this? Scrolling seems to only work if you pin the tree view.
+1 !
The issue is still going on.
@elcarim5efil's piece of code fixes it though. Thanks dude.
Just updated Atom to v1.17.0 and experienced the same issue. Then I updated all packages and restarted Atom. The issue was resolved then.
Experiencing this as well in v1.17.0x64. Updated all my packages and restarted like @buschtoens mentioned, but I'm still unable to scroll the treeview.
Update: It appears to be a bug in the theme I was using: Atom Material. Switching back to an out-of-the-box theme re-enabled treeview scrolling.
Interesting. I'm also using Material Dark.
I had the same issue, using Material Dark. Updating all packages and restarting worked for me.
Issue still present. Also using Material Dark. Above css didn't work for me but this did:
.tree-view { overflow: scroll; }
Hi everyone, I'm sorry for the extremely late reply. As you have probably noticed I've stopped maintaining my Atom plugins a few years ago. I got very frustrated with how Atom was maintained and started ignoring all of my plugins. I'm sorry for that. I won't install Atom to test and mergeer PRs, but I'd be happy to transfer my repositories to anyone that wants to maintain any of my plugins. Again, I'm sorry.
Don't worry, at this point most devs have switched to VS Code... 😆
Thanks for your work anyways. 👍
Yeah... I opened the issue here but I'm now a long ago convert to VSCode :man_shrugging: