atom-autohide-tree-view icon indicating copy to clipboard operation
atom-autohide-tree-view copied to clipboard

Can't scroll in treeview

Open pwr22 opened this issue 8 years ago • 18 comments

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

pwr22 avatar Aug 05 '16 14:08 pwr22

Scroll work on "Push" only, please fix it

exdeniz avatar Aug 05 '16 14:08 exdeniz

+1

chl1996 avatar Aug 19 '16 13:08 chl1996

you might just add some code in the style file.

.tree-view-resizer {
  ...
  height: 100% !important;
  ...
}
This should fix the problem temporarily.

elcarim5efil avatar Aug 23 '16 12:08 elcarim5efil

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.

elcarim5efil avatar Aug 23 '16 12:08 elcarim5efil

+1 I am seeing this issue too @olmokramer

austinkelleher avatar Aug 24 '16 12:08 austinkelleher

+1 still, going on months now

selfagency avatar Sep 13 '16 02:09 selfagency

@olmokramer any updates on this? Scrolling seems to only work if you pin the tree view.

OmgImAlexis avatar Oct 05 '16 04:10 OmgImAlexis

+1 !

sebastianarena avatar Apr 04 '17 22:04 sebastianarena

The issue is still going on.

@elcarim5efil's piece of code fixes it though. Thanks dude.

DamageESP avatar Apr 28 '17 07:04 DamageESP

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.

buschtoens avatar May 19 '17 12:05 buschtoens

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.

jperezlatimes avatar May 19 '17 15:05 jperezlatimes

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.

jperezlatimes avatar May 19 '17 15:05 jperezlatimes

Interesting. I'm also using Material Dark.

buschtoens avatar May 19 '17 17:05 buschtoens

I had the same issue, using Material Dark. Updating all packages and restarting worked for me.

OkayItsMikael avatar May 23 '17 21:05 OkayItsMikael

Issue still present. Also using Material Dark. Above css didn't work for me but this did:

.tree-view { overflow: scroll; }

ezeikel avatar Jul 01 '17 01:07 ezeikel

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.

olmokramer avatar Feb 21 '19 20:02 olmokramer

Don't worry, at this point most devs have switched to VS Code... 😆

Thanks for your work anyways. 👍

DamageESP avatar Feb 21 '19 21:02 DamageESP

Yeah... I opened the issue here but I'm now a long ago convert to VSCode :man_shrugging:

pwr22 avatar Feb 22 '19 21:02 pwr22