-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Priority: HighStatus: ConfirmedStatus: Fixed / ImplementedIssue fixed by a new releaseIssue fixed by a new releaseType: Bug
Description
Describe the bug
Hi, I have found a memory leak caused by tooltip directive.
Steps to reproduce the bug
- Create buttons with tooltip directive
- Delete buttons from DOM
- Take snapshot - detached HtmlInputElement and others remain in memory
Bug is probably in
this.visibleInterval = setInterval(() => { |
Versions
Libraries:
- BootstrapVue: 2.0.4
- Vue: 2.6.10
Demo link
I would appreciate if you could take a look, as we heavily use tooltips and popovers in our production app.
Thank you.
Metadata
Metadata
Assignees
Labels
Priority: HighStatus: ConfirmedStatus: Fixed / ImplementedIssue fixed by a new releaseIssue fixed by a new releaseType: Bug