Selected item not visible when changing selection via arrow up key
lloiser opened this issue · 6 comments
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
The selected item is not shown in the tree view if you change the selection using the arrow up
key.
Steps to Reproduce
Expected behavior:
The selected item should always be visible.
Actual behavior:
The selected item is not visible.
Reproduces how often:
100%
Versions
$ atom --version
Atom : 1.26.0
Electron: 1.7.11
Chrome : 58.0.3029.110
Node : 7.9.0
$ apm ls
...
├── one-dark-ui@1.11.0
├── one-dark-syntax@1.8.2
├── tree-view@0.221.3
...
Thanks for contributing!
We noticed that this looks like a duplicate of #834 so you can subscribe there if you'd like. I also quickly tried the suggestion in #834 (comment) and that seems to work.
Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.
For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.
This is actually not a duplicate. In #834 they talk about the preview, which I don't care about.
My problem is that the selected item is not visible if I change the selection via the arrow up key. Checkout the gif again :)
hm.. I cannot reopen this issue. Can someone pls do it for me 😁
I tested this on a recent master which includes the atom/one-dark-ui#252 fix and I can reproduce this issue for folders in the tree-view but not for files.
/cc: @simurai This looks like another problem with sticky project folders like atom/one-dark-ui#252 fixed
@Ben3eeE I can reproduce this issue for folders in the tree-view but not for files
👍 Should be fixed with atom/one-light-ui#132.