Summary: | Pass unit tests on OSX 10.14.3 (Mojave) | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sgothel |
Priority: | P4 | ||
Version: | 2.4.0 | ||
Hardware: | All | ||
OS: | macosx | ||
Type: | DEFECT | SCM Refs: |
jogamp-scripting 699c2c1e2dbb2d98b223389ee6884f0c4abc8144
|
Workaround: | --- | ||
Bug Depends on: | 1370 | ||
Bug Blocks: |
Description
Sven Gothel
2019-04-04 17:26:01 CEST
Locally run all test on OSX 10.14.4 (another Mojave update) with jdk1.8.0_192.jdk: all tests passed. +++ I had to perform an Accessibility Security setting to allow the AWT Robot to control mouse and keyboard - after which all tests have passed. https://stackoverflow.com/questions/54511742/java-awt-robot-works-strangely-under-macos-mojave Not sure if you found the solution already. If not, follow the steps below, Settings -> Security & Privacy Scroll down to "Accessibility" Click the lock button at the bottom and unlock the security and privacy preferences Click on '+' icon and your program (Eclipse IDE in my case) and try running again The IDE still shows "This is NOT allowed. Please call TIS/TSM in main thread!!!" but both Keyboard and Mouse events work. I checked your code as well. Closing for now, due to positive result. Must be reopened before 2.4.0 release, if issues still exists. |