cljsinfo / cljs.info

ClojureScript website
http://cljs.info
MIT License
96 stars 9 forks source link

cheatsheet: symbol tooltips fading #26

Closed oakmac closed 9 years ago

oakmac commented 9 years ago

If you drag your mouse very quicky over a horizontal row of symbols you see a repeatedly flashing tooltip on the last one.

This is a timing bug with the fact that we're using the same <div> tooltip element with $.fadeIn and $.fadeOut

Need to change the way this works; maybe create a new <div> for every tooltip appearance?

oakmac commented 9 years ago

Also need to rename "symbol tooltips" to "inline tooltips" throughout the code.

oakmac commented 9 years ago

this is fixed with commits 88060b607289c8a28ca36ec11cdecc4d30d5b12c and 1db8a37d18fb20ac522721f4ca604dab11e1e734