msolters / Tiles

Dynamic CV and Resume app
http://tilesjs.meteor.com
0 stars 1 forks source link

Clear Tooltips on Route Change #60

Closed msolters closed 9 years ago

msolters commented 9 years ago

Materialize's tooltips seem to persist when clicking a URL or programmatically redirecting. This can be fixed by $(".materialize-tooltip").remove() using a trigger on all routes.

msolters commented 9 years ago

We are no longer using the Materialize tooltips, and instead are using the lookback library.

However, there is still a small problem where if you change a route with an old tooltip showing (as in, clicking a logout button, or clicking an Add New Tile button) that text remains until the mouse moves again, which is undesirable.