Integrated: 8251941: ListCell: visual artifact when items contain null values
Jeanette Winzenburg
fastegal at openjdk.java.net
Fri Aug 28 10:08:53 UTC 2020
On Tue, 25 Aug 2020 11:40:56 GMT, Jeanette Winzenburg <fastegal at 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.
This pull request has now been integrated.
Changeset: c86bd353
Author: Jeanette Winzenburg <fastegal at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/c86bd353
Stats: 90 lines in 2 files changed: 0 ins; 87 del; 3 mod
8251941: ListCell: visual artifact when items contain null values
Reviewed-by: aghaisas
-------------
PR: https://git.openjdk.java.net/jfx/pull/288
More information about the openjfx-dev
mailing list