Michael Ennen
Michael Ennen
Thanks, glad you found a work-around. I will have to think about this and see if there is anything to be done on the TestFX side of things. You are...
Ping @mamaral
Makes sense - thanks. I will be revising the PR soon. Thanks again for your feedback.
As a workaround could you target the `Node` that is inside the Tab?
By inactive do you mean it is "disabled" in JavaFX speak? That is, it won't respond to regular mouse events? The robot fires real, actual mouse events so if the...
So do you mean the robot is clicking on the wrong place? Can you provide a code example?
What I meant by clicking on the node inside the tab is not the content of the tab, but the actual Label Node that is inside the Tab that JavaFX...
It is just a matter of finding the right CSS selector to use to target the node contained in the Tab control. Did you look at a Tab of a...
You can change it to something like: ```java clickOn(lookup(".tab-pane > .tab-header-area > .headers-region > .tab").nth(2).query()); ```
I have been very "pass the buck" with these issues lately, but this sounds like an upstream issue. Particularly this sounds like a problem with [modules/javafx.graphics/src/main/native-glass/gtk/GlassRobot.cpp](https://github.com/javafxports/openjdk-jfx/blob/develop/modules/javafx.graphics/src/main/native-glass/gtk/GlassRobot.cpp). Some info on doing...