This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
$tooltipProvider.setTriggers with multiple events broken with v. 0.13.4 #4371
Labels
Milestone
Comments
Can you whip up a quick Plunker demonstrating this? |
Here you go: |
Thanks - I was able to fix this quickly thanks to that reproduction |
Great job! Thank you! |
Don't close this just yet, we'll close it when the PR is merged in :) |
jasonaden
pushed a commit
to deskfed/bootstrap
that referenced
this issue
Jan 8, 2016
- Due to switch to raw `addEventListener`, changed to add and remove listeners to event triggers by iteration Fixes angular-ui#4371 Closes angular-ui#4384
jasonaden
pushed a commit
to deskfed/bootstrap
that referenced
this issue
Jan 8, 2016
- Due to switch to raw `addEventListener`, changed to add and remove listeners to event triggers by iteration Fixes angular-ui#4371 Closes angular-ui#4384
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the following code in my app:
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
The text was updated successfully, but these errors were encountered: