This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
$tooltipProvider.setTriggers with multiple events broken with v. 0.13.4 #4371
Closed
Description
I have the following code in my app:
$tooltipProvider.setTriggers({'mouseenter':'mouseleave click'});
to make my tooltip close either clicking OR leaving the elements.
Since the last update, none of these two events does trigger a tooltip hide action. If instead I keep just one of the two events ('mouseleave' or 'click'), the tooltip behaves has expected. So I guess that something is broken regarding multiple events triggers support.
Thank you in advance