RFR: 8253597: TreeTableView: must select leaf row on click into indentation region
Ajit Ghaisas
aghaisas at openjdk.java.net
Mon Oct 12 10:08:09 UTC 2020
On Fri, 2 Oct 2020 12:08:52 GMT, Jeanette Winzenburg <fastegal at openjdk.org> 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
More information about the openjfx-dev
mailing list