JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[BUG] Floating results next to code hide autocomplete suggestions drop-down #571

Closed AlfTetzlaff closed 4 years ago

AlfTetzlaff commented 4 years ago

The floating result output next to the code hides autocomplete suggestions.

Details

Steps to reproduce

  1. Evaluate error()
  2. Go in the line above
  3. Type '\' -> autocomplete suggesions open and are hidden by the error output (or any other)

AlfTetzlaff commented 4 years ago

Ok, seems like I was faster to write an issue than with restarting julia... Now the effect is gone and everything works as expected, however I have noticed this behaviour quite frequently.