tauri-apps/tauri

[bug] Crashing app appearance after Windows Remote Desktop connection

Open

#6,199 建立於 2023年2月5日

在 GitHub 查看
 (16 留言) (0 反應) (0 負責人)Rust (106,642 star) (3,597 fork)batch import
help wantedplatform: Windowsstatus: needs triagetype: bug

描述

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

貢獻者指南