Selecting an item right above currently selected one doesn't work properly
lkornilenko opened this issue · 1 comments
lkornilenko commented
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
Currently selected row consumes size of 2 rows, thus clicking on the row above the selected one doesn't work (unless you're clicking directly on the file name in that row). When you click on an empty space on a different row - it works as expected.
Steps to Reproduce
- Click on the row/file name in your project
- Click on an empty space on the row above currently selected one
Expected behavior: Clicked row became selected.
Actual behavior: Clicked row doesn't become selected, unless you're clicking on the file name directly.
Reproduces how often: 100%
Versions
atom --version
Atom : 1.27.2
Electron: 1.7.15
Chrome : 58.0.3029.110
Node : 7.9.0
apm --version
apm 1.19.0
npm 3.10.10
node 6.9.5 x64
atom 1.27.2
python 2.7.12
git 2.11.1
Additional Information
lkornilenko commented
It appears to be a duplicate of #257