dbis-uibk / relax

RelaX - a relational algebra calculator
http://dbis-uibk.github.io/relax/
MIT License
285 stars 98 forks source link

Tooltips cover tools #119

Closed Meep3692 closed 2 years ago

Meep3692 commented 4 years ago

In the relational algebra editor, when hovering over any of the symbols at the top, a tooltip appears which covers symbols to the right. With the current behavior, if my mouse pointer accidently passes over pi on the way to sigma, the tooltip for pi covers sigma, preventing me from clicking it. Current interface The way it's currently set up, there is never more than 2 lines of buttons on this bar, so it might be more useful of the tooltip appeared above or below the button depending on which row the button is on as to not cover any other buttons A potential better interface