nwolverson / atom-ide-purescript

Atom package for PureScript build, completion, etc support
https://atom.io/packages/ide-purescript
MIT License
115 stars 17 forks source link

After applying quickfix, up/down keyboard arrows don't work #168

Open maackle opened 7 years ago

maackle commented 7 years ago

After applying a quickfix, I can't move the cursor up or down, only left or right. This is especially annoying when trying to apply import quickfixes, where it would be ideal to use the keyboard to move to import line, Alt+Enter to show the quickfix, Enter to apply it, then move on to the next with the keyboard.

This (non-repeating) gif shows the case:

quickfixes

nwolverson commented 7 years ago

I think this may be an issue in https://github.com/steelbrain/intentions. I think I've seen it also before, I can't see an existing issue

nwolverson commented 7 years ago

Opened an issue https://github.com/steelbrain/intentions/issues/70

nwolverson commented 6 years ago

With the switch to atom-ide-ui, this is slightly avoided, but I think the new fix UI suffers from quite similar problems, focus is not returned as nicely as could be.