On Tue, 25 Aug 2020 11:40:56 GMT, Jeanette Winzenburg <faste...@openjdk.org> 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 in the items. Fixed by changing the logic to cope with that special > case. Added tests that fail before and > pass after the fix. Marked as reviewed by aghaisas (Reviewer). Looks OK. ------------- PR: https://git.openjdk.java.net/jfx/pull/288