-
Notifications
You must be signed in to change notification settings - Fork 236
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
8169953: JComboBox/8057893: ComboBoxEdited event is not fired! on Windows #505
8169953: JComboBox/8057893: ComboBoxEdited event is not fired! on Windows #505
Conversation
👋 Welcome back clanger! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
@RealCLanger This change now passes all automated pre-integration checks. 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 |
@mrserb Maybe you can help me here...? |
I'll take a look tomorrow. |
I have tested it on my macOS 11.6 and it works fine on jdk11 and JDK. The test is small you can just comment out the robot, and type the buttons on the keyboard. Or you can check what the robot typed(it should press "a" then enter). |
It seems the Robot doesn't work for me. Nothing happens in the input field of the test. When I manually type "a" and then enter, the test passes. I have german keyboard layout. When I switch to English/US, nothing changes though. Any other ideas why that would happen? |
Maybe you do not provide the permission to java? Settings-> security&privacy-> select the "Accessibility" -> select all apps if not selected. I think if you run the test via jtreg then "Terminal" should be selected in "Accessibility" block. |
Yep, that's it. I was googling and also found reports of similar issues. After I added Accessibility permissions to the terminal app, it seems to work. It's a bit unfortunate, that the robot doesn't fail to initialize when the permission isn't present. Thanks a lot for your help! |
/integrate |
Going to push as commit 167c9f0.
Your commit was automatically rebased without conflicts. |
@RealCLanger Pushed as commit 167c9f0. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This backport just removes a problem list entry, had to be resolved.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/505/head:pull/505
$ git checkout pull/505
Update a local copy of the PR:
$ git checkout pull/505
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/505/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 505
View PR using the GUI difftool:
$ git pr show -t 505
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/505.diff