ng-lightning / ng-lightning

Native Angular components & directives for Lightning Design System

Home Page:http://ng-lightning.github.io/ng-lightning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive mode on tooltips only works when opened for the first time.

madve2 opened this issue · comments

When closing the tooltip, the reference required for interactive mode to function isn't cleared, resulting in interactive mode being effectively disabled when subsequently opening the tooltip again. This can be reproduced by opening https://ng-lightning.github.io/ng-lightning/#/components/tooltips, hovering over the interactive tooltip, moving the mouse away to close it, and then hovering again to open it the second time; this time, the interactive behavior won't kick in.

PR with a suggested fix will follow soon.