ADDITIONAL SYSTEM INFORMATION :
Windows 11/ Java 17,18,19
A DESCRIPTION OF THE PROBLEM :
TreeCell Flicker on TreeView when using Pane (eg VBox) for TreeCell.graphic and updates are received.
Note, we use a VBox on the TreeCell.graphic to have more flexibility on what can be rendered in the cell,
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
See <link> and video
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
there should be no flicker
ACTUAL -
random flicker
---------- BEGIN SOURCE ----------
<link>
---------- END SOURCE ----------
FREQUENCY : always
Windows 11/ Java 17,18,19
A DESCRIPTION OF THE PROBLEM :
TreeCell Flicker on TreeView when using Pane (eg VBox) for TreeCell.graphic and updates are received.
Note, we use a VBox on the TreeCell.graphic to have more flexibility on what can be rendered in the cell,
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
See <link> and video
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
there should be no flicker
ACTUAL -
random flicker
---------- BEGIN SOURCE ----------
<link>
---------- END SOURCE ----------
FREQUENCY : always
- relates to
-
JDK-8290863 Update the documentation of Virtualized controls to include the best practice of not using Nodes directly in the item list
- Resolved