-
Notifications
You must be signed in to change notification settings - Fork 542
8246195: ListViewSkin/Behavior: misbehavior on switching skin #247
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
Conversation
|
👋 Welcome back fastegal! A progress list of the required criteria for merging this PR into |
|
@kleopatra This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there has been 1 commit pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge As you do not have Committer status in this project, an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@arapte) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
/integrate |
|
@kleopatra |
|
/sponsor |
|
@arapte @kleopatra The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit a02e09d. |
Cleanup memory leaks and malicious side-effects (produced by eventhandlers and listeners that were not removed) when replacing a ListViewSkin.
The fix is to remove the listeners/handlers as needed. Added tests that failed before and pass after the fix.
It's part of the ongoing cleanup effort JDK-8241364.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/247/head:pull/247$ git checkout pull/247