[jdk11u-dev] RFR: 8169953: JComboBox/8057893: ComboBoxEdited event is not fired! on Windows

Christoph Langer clanger at openjdk.java.net
Thu Oct 14 09:49:56 UTC 2021


On Thu, 14 Oct 2021 08:50:44 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> 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. The macOS asks the permission on the first access, you can try to reset all decisions by this command: `tccutil reset All`

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!

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/505


More information about the jdk-updates-dev mailing list