-
-
Notifications
You must be signed in to change notification settings - Fork 474
Description
Describe the bug
One of the nice new features about the IDE is the helpful hover popups for errors and definitions. Unfortunately the definition popups are not placed well. More often than not the cover the item you are hovering, and with the hoover duration so short you cannot select or right click on items due to a popup covering it entirely. This happens more often at the top of a sketch.
Other times it flashes the disappears before it can be read, this tends to happen when there is no room below it at the bottom of a sketch
The placement of ones showing undeclared errors are always in the same place and work `well.
To Reproduce
Steps to reproduce the behavior:
- Go to any large sketch
- Hover over function calls or macros at top and bottom of the sketch
- popup will cover content or disappear
Expected behavior
Popup with either show directly above or directly below depending on where it will fit
Desktop (please complete the following information):
- Windows10
- Screen Resolution 1920x1080
Additional context
Add any other context about the problem here.