atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor
https://atom.io/packages/ide-haskell
Other
233 stars 30 forks source link

Toggle panel usability issue with ide-haskell-repl #224

Closed freeman42x closed 6 years ago

freeman42x commented 6 years ago

When moving mouse to click at the beginning of the repl the toggle button expands up and prevents clicking. This is mainly an issue when there is already something typed in the repl text box. The issue happens by default because when the repl is opened it occupies exactly half the screen and that is where the toggle panel button is also.

lierdakil commented 6 years ago

Yeah... that's Atom's thing though. Not much I can do about it.

freeman42x commented 6 years ago

This actually seems to be an issue only when moving the mouse pointer from the pane upwards. But still it is quite confusing.

freeman42x commented 6 years ago

@lierdakil Ah, I see what you mean, those things are all over the place :)