On Fri, 2 Oct 2020 12:08:52 GMT, Jeanette Winzenburg <[email protected]> 
wrote:

> .. but doesn't reliably (see report for details). Fixed in 
> TreeTableCellBehavior to check for visibility of the
> disclosureNode.
> Added test that failed before and passes after, along with a couple of sanity 
> tests.
> 
> Also added an alternative mouseEvent creation path into MouseEventFirer (and 
> test) to work-around
> [JDK-8253769](https://bugs.openjdk.java.net/browse/JDK-8253769)

Looks good.
I spotted a typo.

modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/MouseEventFirer.java
 line 259:

> 257:      * Fires a mouseEvent with the given configuration options onto the 
> target.
> 258:      * Hot-fix for JDK-8253769.
> 259:      * The mouseEvent is created such that coordiate transformation 
> constraints seem to be respected.

coordiate --> coordinate

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

PR: https://git.openjdk.java.net/jfx/pull/313

Reply via email to