Re: RFR: 8251941: ListCell: visual artifact when items contain null values

2020-08-28 Thread Ajit Ghaisas
On Tue, 25 Aug 2020 11:40:56 GMT, Jeanette Winzenburg wrote: > The issue describes the makroscopic effect/s, namely content showing in cells > that are off range. > > The base reason is missing cleanup of the cell on transition from not-empty > to empty when the old item is a null > contained

RFR: 8251941: ListCell: visual artifact when items contain null values

2020-08-25 Thread Jeanette Winzenburg
The issue describes the makroscopic effect/s, namely content showing in cells that are off range. The base reason is missing cleanup of the cell on transition from not-empty to empty when the old item is a null contained in the items. Fixed by changing the logic to cope with that special case.