-
Notifications
You must be signed in to change notification settings - Fork 221
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
Popups and page performance degrade (memory leak) #439
Comments
After review...
The popup is not fully closed yet and requires some animation time.
And finally => memory leak! and hundreds of events are not deleted...
|
This problem #194 still exists
For example on the following page
https://edcarroll.github.io/ng2-semantic-ui/#/modules/popup
In first example
Showing and hiding popup after about 20 times! (but very fast pointer hover on button) causes the screen to become extremely slow (even scrolling page is difficult)
Until the page is reload
The text was updated successfully, but these errors were encountered: