-
Notifications
You must be signed in to change notification settings - Fork 542
8254605: repaint on Android broken #322
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
For a new window, the call to requestFocus is done before the visibility is set to true. Fix for JDK-8254605
|
👋 Welcome back jvos! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
@arapte and @kevinrushforth Since you reviewed #153 can you review this? |
|
Reverting the fix for JDK-8241840 does seem the best way to address this, since the current failure is much more serious that the memory leak was. Two comments:
Indicate that the original fix is being reverted, so will need to be redone. Link the new bug to both this bug and to JDK-8241840.
Can you update your PR to ignore this test with |
Ignore test and link to REDO issue
|
@johanvos 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 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
Reverting #153 seems right, I don't have any specific comments. Please go ahead and merge the change. |
|
/integrate |
|
@johanvos Since your change was applied there have been 2 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 01ba6e1. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
|
@johanvos @jperedadnr Imo the importance of the memoryleak-fix is a bit underestimated because it's a requirement to test for correct memory-behavior. The only reason reverting it doesn't break all kinds of tests is that no one is testing for memory leaks. |
Don't check on windows visiblity when requesting focus.
For a new window, the call to requestFocus is done before the visibility is set to true.
Fix for JDK-8254605
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/322/head:pull/322$ git checkout pull/322