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

desktop: Fix Ruffle not responding when picking a file #17413

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

kjarosh
Copy link
Member

@kjarosh kjarosh commented Aug 7, 2024

Fixes #11336.

This PR fixes the problem of Ruffle not responding when picking a file.

This needs to be tested on Windows before merge, because I removed a Windows-specific workaround hoping that it won't be needed when picking files asynchronously. rust-windowing/winit#2291 (comment)

@kjarosh kjarosh added the A-desktop Area: Desktop Application label Aug 7, 2024
@torokati44
Copy link
Member

So, having an async runtime (tokio) did end up coming in handy after all? (:

@kjarosh kjarosh added the waiting-on-review Waiting on review from a Ruffle team member label Aug 9, 2024
Copy link
Member

@torokati44 torokati44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @danielhjacobs tested this on Windows, and found no issues without the workaround.

@danielhjacobs
Copy link
Contributor

Yeah, the issue doesn't exist without the workaround anymore even without this PR.

@torokati44 torokati44 enabled auto-merge (rebase) August 20, 2024 12:27
@torokati44 torokati44 merged commit 63b373d into ruffle-rs:master Aug 20, 2024
17 checks passed
@kjarosh kjarosh deleted the file-picker-async branch August 20, 2024 14:00
@kjarosh kjarosh removed the waiting-on-review Waiting on review from a Ruffle team member label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-desktop Area: Desktop Application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ruffle Desktop Gui: Basic file picker bug
3 participants