Re: RFR: 8289357: (Tree)TableView is null in (Tree)TableRowSkin during autosize [v5]

2022-08-10 Thread Marius Hanl
On Tue, 9 Aug 2022 21:35:11 GMT, Kevin Rushforth wrote: > @Maran23 GitHub is reporting a merge conflict in two of the test files. Can > you merge the latest upstream master into your branch? Didn't noticed, thanks for the ping. For some reason the macOS build can not download ant:

Re: RFR: 8289357: (Tree)TableView is null in (Tree)TableRowSkin during autosize [v5]

2022-08-09 Thread Kevin Rushforth
On Tue, 5 Jul 2022 23:30:48 GMT, Marius Hanl wrote: >> Initialize the `(Tree)TableView` when creating the measure row. >> This will guarantee, that we can access the `(Tree)TableView` in the >> `(Tree)TableRowSkin`, which is currently only null during the autosizing (It >> is always set

Re: RFR: 8289357: (Tree)TableView is null in (Tree)TableRowSkin during autosize [v5]

2022-07-13 Thread Kevin Rushforth
On Tue, 5 Jul 2022 23:30:48 GMT, Marius Hanl wrote: >> Initialize the `(Tree)TableView` when creating the measure row. >> This will guarantee, that we can access the `(Tree)TableView` in the >> `(Tree)TableRowSkin`, which is currently only null during the autosizing (It >> is always set

Re: RFR: 8289357: (Tree)TableView is null in (Tree)TableRowSkin during autosize [v5]

2022-07-07 Thread Marius Hanl
> Initialize the `(Tree)TableView` when creating the measure row. > This will guarantee, that we can access the `(Tree)TableView` in the > `(Tree)TableRowSkin`, which is currently only null during the autosizing (It > is always set otherwise). > > With this change, a NPE is happening as the