tauri-apps/tauri

[bug] Crashing app appearance after Windows Remote Desktop connection

Open

#6,199 opened on Feb 5, 2023

View on GitHub
 (16 comments) (0 reactions) (0 assignees)Rust (106,642 stars) (3,597 forks)batch import
help wantedplatform: Windowsstatus: needs triagetype: bug

Description

Describe the bug

App appearance looks like the below screenshots before and after the Windows Remote Desktop connection. I guess the screen resolution changes caused this behavior somehow.

Before Screenshot 2023-01-25 193523

After Screenshot 2023-01-25 193300

After (Developers Tools - "html" tag inspection) Screenshot 2023-01-25 193238 As you can see, "html" tag doesn't fill the whole page.

Reproduction

  1. Run the Tauri app
  2. Connect via Windows Remote Desktop from another computer to the computer that running the Tauri app

Expected behavior

No response

Platform and versions

Environment › OS: Windows 10.0.19045 X64 › Webview2: 109.0.1518.70 › MSVC: - Visual Studio Build Tools 2019 › Node.js: 16.13.2 › npm: 8.5.4 › pnpm: 7.19.0 › yarn: 1.22.17 › rustup: 1.25.1 › rustc: 1.63.0 › cargo: 1.63.0 › Rust toolchain: stable-x86_64-pc-windows-msvc

Stack trace

No response

Additional context

No response

Contributor guide