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
Sometimes, when using the File Open dialog, opening a folder results in an empty window. The contents of the folder do not appear immediately.
The freeze will occur at 1 out 40-50 directory changes.
The freeze is non-recurrent. It occurs randomly.
The systems state on the moment of bug is impossible to reproduce. The bug occurs chaotically.
Workarounds:
In that case when you have a blank window. Resizing the window using the cursor makes the contents appear. Stepping out of the folder and then stepping back in also resolves the issue.
Expected Behavior:
The folder contents should be displayed immediately upon opening, without requiring manual resizing or navigation.
Let me know if you need further refinements!
How to reproduce
To reproduce this bug you have to:
run the code,
open file dialog,
step into some random folder,
step out until a freeze (the screen will go empty without any folders or files) in the widget.
Thanks for reporting this. Does this reproduce with v2.6.0-alpha1? The backend has seen a massive rework to remove race conditions and improve performance.
Checklist
Describe the bug
Sometimes, when using the File Open dialog, opening a folder results in an empty window. The contents of the folder do not appear immediately.
The freeze will occur at 1 out 40-50 directory changes.
The freeze is non-recurrent. It occurs randomly.
The systems state on the moment of bug is impossible to reproduce. The bug occurs chaotically.
Workarounds:
In that case when you have a blank window. Resizing the window using the cursor makes the contents appear. Stepping out of the folder and then stepping back in also resolves the issue.
Expected Behavior:
The folder contents should be displayed immediately upon opening, without requiring manual resizing or navigation.
Let me know if you need further refinements!
How to reproduce
To reproduce this bug you have to:
Screenshots
Example code
Fyne version
fyne.io/fyne/v2 v2.4.4
Go compiler version
go 1.21.5
Operating system and version
Windows 10
Additional Information
This issue occurs on multiple devices, including my laptop and my friends' laptops.
The text was updated successfully, but these errors were encountered: