-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8254085: javax/swing/text/Caret/TestCaretPositionJTextPane.java failed with "RuntimeException: Wrong caret position" #716
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
…d with "RuntimeException: Wrong caret position"
|
👋 Welcome back kizune! A progress list of the required criteria for merging this PR into |
|
@azuev-java |
Webrevs
|
|
Hi Alex, |
Checked that it fails without the fix on all resolutions and passes with fix on all resolutions.
Fixed. By shifting click position left i'm avoiding clicking an empty space on low resolution displays and test passes with fix and fails without it. |
|
Mailing list message from Alexander Zuev on swing-dev: Fixed. Please check new version. On 10/17/2020 3:09 AM, Prasanta Sadhukhan wrote: |
|
ok. But since this is mach5 issue it will be better to get a mach5 stability check through a mach5 job running several iterations on all platforms. |
|
Mailing list message from Alexander Zuev on swing-dev: I did that and i did a full sanity tier3 run - both showed no problem On 10/17/2020 6:40 AM, Prasanta Sadhukhan wrote: |
|
@azuev-java 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 389 new commits 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 this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
@azuev-java Since your change was applied there have been 390 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 51a865d. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Please review fix for the test issue. This test fails on machines with low display resolution.
Limiting of the length of the line to 30 characters prevents it from wrapping the line
for a second time which fixes the problem. I tested solution on different modes from 1024x768 to 3840x2160.
/cc swing
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/716/head:pull/716$ git checkout pull/716