dbrad

Results 6 comments of dbrad

Seeing similar issues using JDK1.8.0_192. Sometimes works, more often does not work. Appears to be radio, tree selectpaths, OK buttons in popup dialogs. I've over a 1000's GUI interaction testcases...

In follow up. Used the latest assertj-swing source code and compiled within a Netbeans 8.2 environment. thus, compiled against JDK1.8.0_192. Same issue persists. However, observing the tests which have click,...

Found a work-around for my stuff. The issue is a moveMouse or mouse-location dependent Fixture action (eg. click()) is not positioned correctly for the actual click dispatch-event. Its as if...

Decided to look for movemouse issues for AWT robot. Appears there are a number of them (eg. https://bugs.openjdk.java.net/browse/JDK-8186063). So the problem is for Windows 10 OS and scaled screen which...

I'd say the issue you are having is the same as I found on Win10. I rebuilt a special assertj-swing with the following method replaced for org.assertj.swing.core RobotEventGenerator.java ``` @Override...

> > > is this solved? I am also having similar issue mouse clicking works only if i lower the resolution? is there a workaround so that mouse clicking can...