Sam'
Sam'
Hi, I have ran the file and I reproduce the issue. However, simply removing the `updateItem(null, getIndex() == -1);` is not working. I also have to remove the `skin.updateCells();` above....
Hum interesting. This seems pretty odd and would need further investigation I think
I have discovered the same issue with the Horizontal Picker and I have pushed a solution here : https://github.com/controlsfx/controlsfx/pull/1376/commits/949ad653708f1320928d7a3398a291757d3e0fa1 I do reproduce the issue using JDK 17. I don't quite...
Are you able to pin the exact objects that are making the heap grow? I do not know well this component so I cannot guide where an optimization could be...
Changing this PR to draft as I have another commit coming that will fix another issue regarding the columns resizing. I don't know if I should open several PRs or...
> @Maxoudela bump, this never made it in and I really need it. Hi, Unfortunately, I am no longer working on the SpreadsheetView anymore. You can check with @abhinayagarwal if...
@Groostav Your error is weird. The method is actually defined : https://openjfx.io/javadoc/17/javafx.controls/javafx/scene/control/skin/NestedTableColumnHeader.html#createTableColumnHeader(javafx.scene.control.TableColumnBase) So it should not be an issue to compile and run it. Actually, this PR code is compiled...
Can you open an issue in the tracker with a description of the bug so that this PR can be linked to it?
Are you able to provide a PR resolving this issue targeting `jfx-13` branch?
Can you post a simple snippet that we can copy/paste that demonstrates the issue?