slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.83k stars 553 forks source link

Window get stuck when clicking LineEdit on windows server 2016 2019 2022 #5739

Open wentaotoyou opened 1 month ago

wentaotoyou commented 1 month ago

Platform: windows 11 professional, rust 1.80.0, slint 1.7.1

When running on Windows Server 2016, 2019, 2022(all tried), most of the time, when click LineEdit the whole window will be stuck, widget like ProgressIndicator stop progressing. Minimizing or resizing the program window will help to solve the problems.

The same problem with slint examples like gallery.

But on my PCs, windows 10 and windows 11, all works fine.

https://github.com/user-attachments/assets/788b479e-d913-4372-861d-4d7b1924ff76

tronical commented 1 month ago

Thanks for the report. What you describe sounds similar to #5089 . By any chance, are you using a Korean edition of Windows?

wentaotoyou commented 1 month ago

No, the OS language is Simplified Chinese. The problem only exists on the Server edition Windows, My laptop using Windows 10 and PC using Windows 11 do not have this problem