olmokramer / atom-autohide-tree-view

Hides most of the tree view, reveal it on hover
MIT License
38 stars 7 forks source link

can't scroll treeview #9

Closed mark-hahn closed 9 years ago

mark-hahn commented 9 years ago

The treeview closes when I try to scroll using the scrollbar immediately on the right.

Edit: There have been an unusual number of bugs/line of code. Maybe trying to make it pure CSS was a mistake? (grin) I'm certainly not saying you have made a lot of mistakes.

olmokramer commented 9 years ago

It's actually controlled with JS now instead of CSS. That's when all the trouble started :( But it gives much better control over delays and such. Anyway, some behavior that hides the tree view when it is blurred (unfocused) interfered with scrollbar dragging. I've added a new setting in v0.14.3, hideOnUnfocus, to enable/disable this behavior. Please let me know how it works for you