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] v2: Windows' Task View kills Tauri #10119

Open
gordonzola-gh opened this issue Jun 25, 2024 · 0 comments
Open

[bug] v2: Windows' Task View kills Tauri #10119

gordonzola-gh opened this issue Jun 25, 2024 · 0 comments
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@gordonzola-gh
Copy link

gordonzola-gh commented Jun 25, 2024

Describe the bug

After opening a new window, when Task View (WindowsKey+Tab) is activated before the window is interacted with (e.g. a click), Tauri freezes terminally and needs to be closed.

Tauri freezes when Task View (WindowsKey+Tab) is activated before ALL OPEN windows, including "main" have been interacted with.

This is also happens when you interacted with the window, invoked Task View, (everything should be fine up til here) then invoke Task View a second time before interacting with the window again.

Basically Task View is f***ing up Tauri is what I'm saying.

Windows 10 & Windows 11
Tauri Beta.22
Vanilla TS install

Full tauri info output

[✔] Environment
    - OS: Windows 10.0.22621 X64
    ✔ WebView2: 126.0.2592.68
    ✔ MSVC:
        - Visual Studio Build Tools 2022
        - Visual Studio Community 2022
    ✔ rustc: 1.78.0 (9b00956e5 2024-04-29)
    ✔ cargo: 1.78.0 (54d8815d0 2024-03-26)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
    - node: 20.5.0
    - pnpm: 8.15.3
    - npm: 9.8.0

[-] Packages
    - tauri [RUST]: 2.0.0-beta.22
    - tauri-build [RUST]: 2.0.0-beta.17
    - wry [RUST]: 0.40.1
    - tao [RUST]: 0.28.1
    - tauri-cli [RUST]: 2.0.0-beta.1
    - @tauri-apps/api [NPM]: 2.0.0-beta.13
    - @tauri-apps/cli [NPM]: 2.0.0-beta.20

[-] App
    - build-type: bundle
    - CSP: unset
    - frontendDist: ../dist
    - devUrl: https://localhost:1420/
    - bundler: Vite
@gordonzola-gh gordonzola-gh added status: needs triage This issue needs to triage, applied to new issues type: bug labels Jun 25, 2024
@gordonzola-gh gordonzola-gh changed the title [bug] v2: After opening a new window, when Task View (WindowsKey+Tab) is activated before the window is interacted with, Tauri freezes terminally [bug] v2: Tauri freezes terminally when Task View (WindowsKey+Tab) is activated before the window is interacted with Jun 27, 2024
@gordonzola-gh gordonzola-gh changed the title [bug] v2: Tauri freezes terminally when Task View (WindowsKey+Tab) is activated before the window is interacted with [bug] v2: Windows' Task View kills Tauri Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

1 participant