Re: RFR: 8251483: TableCell: NPE on modifying item's list [v2]

2022-07-01 Thread Michael Strauß
On Wed, 23 Feb 2022 22:43:58 GMT, Marius Hanl wrote: >> This PR fixes an issue where the item of the table row is null, although the >> cell itself is not empty (non null value). >> >> The fix is to call `indexChanged(..)` immediately after the index was >> changed, but before all `indexProper

Re: RFR: 8251483: TableCell: NPE on modifying item's list [v2]

2022-06-16 Thread Ajit Ghaisas
On Wed, 23 Feb 2022 22:43:58 GMT, Marius Hanl wrote: >> This PR fixes an issue where the item of the table row is null, although the >> cell itself is not empty (non null value). >> >> The fix is to call `indexChanged(..)` immediately after the index was >> changed, but before all `indexProper