Skip to content
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

[Bug] File picker reopens automatically after canceling selection in CPU/GPU forms #26

Open
david-blg opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@david-blg
Copy link
Member

Bug Description

When using the file picker in the CPU and GPU forms, selecting a .blend file works correctly, and the file is loaded without issue. However, if the user decides to cancel the selection by clicking the "X", instead of simply canceling the action and allowing normal interaction, the file picker reopens automatically. This creates an unexpected loop where it is impossible to cancel the selected file without the file picker dialog reopening immediately.

Steps to Reproduce

Go to CPU Rendering or GPU Rendering.
Select the file picker and choose a .blend file.
Cancel the .blend file selection by clicking the "X".

Expected Behavior

When clicking the "X" to cancel the selection of the .blend file, the file picker should close, and the file should be removed from the state. The user should be able to reopen the file picker manually to select another file if desired, without the file picker reopening automatically.

Screenshots

N/A

Desktop OS

Linux Mint 21

Desktop Browser

No response

Desktop Browser Version

No response

Additional Logs

This issue occurs consistently when using the file picker in both the CPU and GPU forms.

@david-blg david-blg added the bug Something isn't working label Sep 5, 2024
@david-blg david-blg self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant