-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix event handler removal in dropdown/carousel dispose #33000
Conversation
Thanks for the PR @kyletsang |
Good to go @rohit2sharma95. The only other component that needed fixing was Carousel. I've also modded the other unit tests to specifically spy on the add/remove event listener functions. |
a8999b4
to
a6b32f6
Compare
a6b32f6
to
2166472
Compare
@XhmikosR, good to go here. I've rebased and cleaned up my commits. |
@rohit2sharma95 LGTY? I think it's good to go AFAICT |
@kyletsang it seems tests break on Mobile Safari 10.0 (iOS 10.3.2) https://github.com/twbs/bootstrap/runs/1885114564 Could you please have a look? |
Fixes #32983