Skip to content
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

Stop using Jquery in animated preview list #654

Closed
juliandescottes opened this issue Apr 1, 2017 · 0 comments
Closed

Stop using Jquery in animated preview list #654

juliandescottes opened this issue Apr 1, 2017 · 0 comments
Assignees
Labels

Comments

@juliandescottes
Copy link
Collaborator

Looks like there is a huge DOM leak in the FramesListController. As soon as the panel is redrawn all the detached nodes are leaked and never reclaimed.

I'm pretty sure nothing changed here since the last release, so this might just be the latest Chrome not playing nice with the old version of JQuery used by piskel. But as I want to remove as much JQuery as possible, let's do it for this panel right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant