-
Notifications
You must be signed in to change notification settings - Fork 53
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
Very basic input typing causes nodes count to increase #1
Comments
hey @tenbits I think there may be an issue in chrome 43 at the moment, can you try in chrome 45? |
Sam, I have tested also in Canary 46 - also results with extra 10( |
dang, ok I will take a dive into this this afternoon, thanks for digging in, if we verify that this is a bug in chrome, we should elevate it to the chromium tracker |
hey @tenbits I added a basic input test, let me know what you think and how you think I can bring this inline with your hypothesis |
yep @tenbits this is a chrome bug hahah, fun times |
Hi Sam, that's why I think this is a very useful tool. Thanks for doing this. With it we can ensure our applications have no memory leaks, and also the browsers do not introduce any. Hope, this will be fixed soon) |
Closing this issue because it is a non-issue in chrome and works as intended... I am going to follow up with a new ticket that will contain some mitigation strategies for this "issue". |
Hi Sam,
I was playing around with the module, and stumbled a leak of nodes no one can explain. Do you have any ideas about?
Consider this template (https://github.com/tenbits/leaky/blob/master/test/input/index.html) and the runner (https://github.com/tenbits/leaky/blob/master/test/input/index.js).
As you can see, we just type a word into the input and clean it on enter. Every iteration causes 1 node-leak on
e.target.value = str_EMPTY;
When we try manually to test the page directly via the DevTools, we get the same result, so it seems to be the browser engine issue.
I was just thinking how reliable is the nodes-count?
Thanks, Alex
The text was updated successfully, but these errors were encountered: