-
Notifications
You must be signed in to change notification settings - Fork 507
8264330: Scene MouseHandler is referencing removed nodes #448
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
8264330: Scene MouseHandler is referencing removed nodes #448
Conversation
👋 Welcome back jhendrikx! A progress list of the required criteria for merging this PR into |
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix looks good to me. I haven't run the test yet, but it seems OK except for the handling of GC to check for the leak (I left an inline comment).
modules/javafx.graphics/src/test/java/test/javafx/scene/SceneTest.java
Outdated
Show resolved
Hide resolved
Oh, I thought that
|
Did you find that it worked without the addition of the dependency to |
I forgot to add the change I did in build.gradle, it didn't work without it :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I confirm that the new test fails without your fix and passes with your fix.
@hjohn This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 7 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the 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 (@kevinrushforth) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
/sponsor |
@kevinrushforth @hjohn Since your change was applied there have been 7 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 015dad0. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Small fix to clear a reference to a removed node left by Scene$MouseHandler.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/448/head:pull/448
$ git checkout pull/448
Update a local copy of the PR:
$ git checkout pull/448
$ git pull https://git.openjdk.java.net/jfx pull/448/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 448
View PR using the GUI difftool:
$ git pr show -t 448
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/448.diff