ecohealthalliance / eidr

https://eidr.ecohealthalliance.org
Apache License 2.0
1 stars 0 forks source link

Hides popover when mouse leaves quickly #277

Closed jgoley closed 9 years ago

jgoley commented 9 years ago

Connects to #276

aslagle commented 9 years ago

This seems fine. Is there a bug in the popover library code that was causing the problem?

jgoley commented 9 years ago

Yeah, I only enabled the CSS transitioning which opened the short window of time when things can go wrong. There's a callback when CSS transitions are done...I suppose we could check to see if its animating in on mouseout then hide. Otherwise we are calling 'hide' twice.