-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single click in file dialog enters two directories #5053
Comments
Yes I have started to see this as well. Let's try and get it fixed ASAP |
I hadn't noticed that, thank you for pointing it out to me. |
I have a fix ready, just want to get some tests in and I'll open a PR. We will get this fixed in 2.5.1. |
Adding blocker as this is a pretty bad regression. |
Looks like a bad merge in 2.5.0 prep Fixes fyne-io#5053
@andydotxyz Thank you. |
Fixed landed ready for v2.5.1 |
Thanks! |
Looks like a bad merge in 2.5.0 prep Fixes fyne-io#5053
The new version fixes a bug where one click would enter two directories in the file dialogs. See fyne-io/fyne#5053.
Checklist
Describe the bug
When clicking a directory in a file dialog, the dialog will go two directories deeper instead of one, whenever possible.
This has been reported to me by a @vaibhav-kaushal: codesoap/spind#1
How to reproduce
go run fyne.io/fyne/v2/cmd/[email protected]
.In case I didn't explain 4. well enough, here is an example: Create
mkdir -p /tmp/foo/bar/baz
, then go to/tmp/foo
with the file dialog and click "bar". Instead of just changing directory to "bar", fyne will directly go to "bar/baz".Screenshots
No response
Example code
go run fyne.io/fyne/v2/cmd/[email protected]
Fyne version
54b25af
Go compiler version
go version go1.22.1 openbsd/amd64
Operating system and version
OpenBSD 7.5
Additional Information
git bisect
shows me that 54b25af introduced the bug.The text was updated successfully, but these errors were encountered: