Re: RFR: 8253597: TreeTableView: must select leaf row on click into indentation region [v2]

2020-10-12 Thread Jeanette Winzenburg
> .. 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 MouseEventFir

Re: RFR: 8253597: TreeTableView: must select leaf row on click into indentation region [v2]

2020-10-12 Thread Jeanette Winzenburg
On Mon, 12 Oct 2020 09:23:47 GMT, Ajit Ghaisas wrote: >> Jeanette Winzenburg has updated the pull request incrementally with one >> additional commit since the last revision: >> >> fixed typo > > modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/MouseEvent

Re: RFR: 8253597: TreeTableView: must select leaf row on click into indentation region [v2]

2020-10-12 Thread Ajit Ghaisas
On Mon, 12 Oct 2020 13:26:22 GMT, Jeanette Winzenburg 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. >> >