-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
jfx16
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
Windows 10 or Ubuntu 22.04
OpenJDK 17.0.2 / JavaFx 17.0.2
A DESCRIPTION OF THE PROBLEM :
Having enough items (more than 15) in TreeView in order to have the scrollbar displayed, after removing a TreeItem from a TreeView, one or many others items content are not rendered (cell content become invisible), and reappear with a user action (scroll in the Tree or expand/collapse the parent Item)
Tested on JavaFx version 16 or higer: bug reproduce
Tested on JavaFx version 15 or lower: bug not reproduce
REGRESSION : Last worked in version 15
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Create a TreeView with consistent number of TreeItem in order to have vertical scrollbar displayed
2. Select first item and delete it
3. Continue do delete item by item until to see one item not rendered (transparent content)
This bug can be reproduced not always but very often
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
All Tree items correctly rendered after each remove action
ACTUAL -
Random item content in the TreeView (one or two most of the time) are not displayed (content is transparent)
CUSTOMER SUBMITTED WORKAROUND :
User action like scroll or expand collapse the tree
FREQUENCY : often
Windows 10 or Ubuntu 22.04
OpenJDK 17.0.2 / JavaFx 17.0.2
A DESCRIPTION OF THE PROBLEM :
Having enough items (more than 15) in TreeView in order to have the scrollbar displayed, after removing a TreeItem from a TreeView, one or many others items content are not rendered (cell content become invisible), and reappear with a user action (scroll in the Tree or expand/collapse the parent Item)
Tested on JavaFx version 16 or higer: bug reproduce
Tested on JavaFx version 15 or lower: bug not reproduce
REGRESSION : Last worked in version 15
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Create a TreeView with consistent number of TreeItem in order to have vertical scrollbar displayed
2. Select first item and delete it
3. Continue do delete item by item until to see one item not rendered (transparent content)
This bug can be reproduced not always but very often
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
All Tree items correctly rendered after each remove action
ACTUAL -
Random item content in the TreeView (one or two most of the time) are not displayed (content is transparent)
CUSTOMER SUBMITTED WORKAROUND :
User action like scroll or expand collapse the tree
FREQUENCY : often