You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
When i modify the binded data like shrinking or growing the backing slice and call reload on the data afterwards, I get this internal error message from fyne:
2024/10/27 18:57:28 Fyne error: Error getting current data value
2024/10/27 18:57:28 Cause: index out of bounds
2024/10/27 18:57:28 At: /home/darkc0der/go/pkg/mod/fyne.io/fyne/[email protected]/widget/label.go:165
The app doesnt crash or work abnormally afterwards, it runs just fine like before. But the error message reappears everytime I shrink the slice further due to item deletion and reload the bind...hinting that something was accessed out of binds--old indices still being kept around, maybe?
Checklist
Describe the bug
When i modify the binded data like shrinking or growing the backing slice and call reload on the data afterwards, I get this internal error message from fyne:
The app doesnt crash or work abnormally afterwards, it runs just fine like before. But the error message reappears everytime I shrink the slice further due to item deletion and reload the bind...hinting that something was accessed out of binds--old indices still being kept around, maybe?
How to reproduce
Already explained in the bug description...
Screenshots
No response
Example code
Fyne version
2.5.2
Go compiler version
1.21.6
Operating system and version
linux/amd64
Additional Information
No response
The text was updated successfully, but these errors were encountered: