Osmose / advanced-open-file

Open files and folders in Atom easily.
https://atom.io/packages/advanced-open-file
Other
118 stars 20 forks source link

File/directories not highlighting when using keyboard to navigate through file list on Windows #111

Closed jhslinkman closed 8 years ago

jhslinkman commented 8 years ago

Steps to reproduce:

  1. In windows
  2. ctrl-alt-o in any file
  3. Use cursor keys to traverse file list

I believe this is because \s are being escaped in lib/view.js#L384 but that the query selector used to determine which path is selector on keyboard up/down does not reflect this.

Osmose commented 8 years ago

Fixed by 074475647a9ee420f7ce2b04a560134a62204589. Thanks!