-
Notifications
You must be signed in to change notification settings - Fork 769
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
Memory: update="@form" causes DOM Leak #11702
Comments
Can you explain a bit more what exactly leaks here and why? Same like the Ajax Case |
i will put together a small test case for you. |
tandraschko
pushed a commit
that referenced
this issue
Apr 4, 2024
melloware
added a commit
to melloware/primefaces
that referenced
this issue
Apr 5, 2024
Loading
Loading status checks…
melloware
added a commit
that referenced
this issue
Apr 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was actually been around since 2013 I found this forum post: https://forum.primefaces.org/viewtopic.php?p=112616&sid=bc050d696d9491eda81c886c272f705b#p112616
Simple example:
Every time you AJAX update
@form
or:formSimple
or any variation you will see leaked DOM elements because the old form has jQuery handlers on it.The text was updated successfully, but these errors were encountered: