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

Too much listeners for checkbox renderer #3211

Closed
budnix opened this issue Feb 10, 2016 · 2 comments
Closed

Too much listeners for checkbox renderer #3211

budnix opened this issue Feb 10, 2016 · 2 comments

Comments

@budnix
Copy link
Member

budnix commented Feb 10, 2016

Currently checkbox renderer adds listener to input element for every cell. Additionally every new listener is added with every table render which drastically increase number of listeners. This behavior unnecessary increase memory usage and extends Handsontable destructing.

Needs to implement event delegation.

@krzysztofspilka
Copy link
Member

@budnix couldn't test it, can you confirm the 'tested' status? If so, add a correct label.

@budnix
Copy link
Member Author

budnix commented Apr 8, 2016

Yes, I confirm it. Works as expected.

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

No branches or pull requests

3 participants