go-spatial / fresco

An open source vector tile style editor
https://fresco.go-spatial.org
Apache License 2.0
234 stars 26 forks source link

Mousing over a property (i) causes screen to flicker #94

Closed pnorman closed 4 years ago

pnorman commented 4 years ago

When I mouse over the (i) beside a property at the bottom of the screen the text that appears causes the (i) to move up and no longer under my mouse cursor. This causes it to disappear and move back to under my cursor.

image image

This is fairly sensitive to the exact position of the mouse.

justenPalmer commented 4 years ago

I just pushed up a fix for this. I built a tooltip that is aware of its position on the screen and will switch sides if it is too close to an edge.