Closed rkmpa closed 1 year ago
This seems to be only an issue when the table is larger than its content. Not sure how this slipped by!
Adding blocker as this is a regression
This seems to be only an issue when the table is larger than its content. Not sure how this slipped by!
i have the same problem.
I encounter the same issue, the only workaround I found, so far, is to scroll to the bottom when it is loaded.
table.ScrollToBottom()
Obviously, it is not a good solution, please kindly let me know if there is a better one.
I'm not much for recommending workarounds. But I can say this will be fixed in the upcoming release v2.3.0 that we are testing.
After a false start looks like that is resolved (in the PR)
Fixed on develop ready for v2.3.0
@junmaqiang If you have questions, please direct them on slack or through discussions. This is a solved issue and not the right place to ask unrelated questions. Thanks for understanding.
Checklist
Describe the bug
A simple table does not render fully on latest develop. After clicking a cell, the previously missing cells render correctly. Unlike in v2.2.4, resizing the window to cover all available screen space does not trigger the cells to render.
How to reproduce
Screenshots
:point_up_2: before clicking cell
:point_up_2: after clicking cell
Example code
Fyne version
v2.2.5-0.20221129230658-dbdb9fc26091
Go compiler version
v1.18.1
Operating system
Linux
Operating system version
Ubuntu 22.04.1 LTS
Additional Information
No response