steelbrain / intentions

Base package for showing intentions in Atom
MIT License
53 stars 11 forks source link

Keyboard interaction captured after selecting option #70

Open nwolverson opened 7 years ago

nwolverson commented 7 years ago

After selecting an option from the dropdown list with the keyboard, the up/down and return keys no longer function - it seems like the core movement keys aren't being restored on dismissal.

If the option is selected via clicking, or the popup is dismissed by clicking away, the keyboard navigation works as normal.

Reported on the PureScript plugin using linter https://github.com/nwolverson/atom-ide-purescript/issues/168 - I've also reproduced with linter-eslint 8.2.1, intentions 1.1.5, atom 1.18.0 (OSX).

steelbrain commented 7 years ago

Thanks for the report, will investigate