Adam Granger
Adam Granger
## Description This lies between bug request / feature. As it stands RHEL 8 no longer supports docker, instead docker-podman is recommended. Theoretically this is a drop-in replacement for docker....
### Description A small WorldWindowGLJPanel example shows large blue pixels on Redhat 8/Ubuntu 20.04, exact same code on Redhat 6 works correctly. Also equivalent WorldWindowGLCanvas works correctly.  Problem appears...
### Steps to Reproduce 1. Run the example 2. Zoom into the north edge of the map 3. Keep zooming **Expected behavior:** CPU load stays relatively constant **Actual behavior:** CPU...
## Expected Behavior Alert button clicked when running with Xvfb ## Actual Behavior Alert button not clicked, same code works fine without Xvfb Another observation is code functions if alert...
I've had a number of test failures in Jenkins where controls not visible because stage at arbitrary position. This causing controls be pushed off edge of the physical screen meaning...
## Expected Behaviour Use of clickOn() without causing JavaFX threading issues ## Actual Behaviour clickOn() can cause bounds recomputation. clickOn() is most commonly used from the test main thread (as...