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

Mac window freezes #641

Open
TheButlah opened this issue Dec 9, 2022 · 3 comments
Open

Mac window freezes #641

TheButlah opened this issue Dec 9, 2022 · 3 comments
Labels
platform: macOS status: needs triage This issue or pull request needs to be investigated type: bug

Comments

@TheButlah
Copy link

I have a tauri application that works properly on windows and linux. Passing RUST_LOG=trace to them doesn't show anything abnormal.

On Mac however, I get this:
Screen_Shot_2022-12-09_at_1 10 18_AM

The application appears to display correctly - I see what I would expect to see when launching the app. But I cannot click on it or interact with it in any way. I have to force quit the app to get it to exit.

Source code is here

I havent tried with any of the example Tauri apps yet, I'll try that soon.

My guess was that the log spam is blocking the app and there is something that is spamming extraneous windowing events.

@amrbashir amrbashir added type: bug platform: macOS status: needs triage This issue or pull request needs to be investigated labels Dec 9, 2022
@amrbashir
Copy link
Member

Please make a minimal repro app, with tao only if you think it is related to tao only.

@ImUrX
Copy link

ImUrX commented Jan 3, 2023

This is a tauri-plugin-window-state issue, just verified by disabling it.

@ImUrX
Copy link

ImUrX commented Jan 3, 2023

Mainly what gets triggered is resize events, so we will have to investigate how to detect this or just disable when using macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: macOS status: needs triage This issue or pull request needs to be investigated type: bug
Projects
Status: 📬Proposal
Development

No branches or pull requests

3 participants