-
Notifications
You must be signed in to change notification settings - Fork 627
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
Screen doesn't update until manually changing the window to fullscreen in Windows 10 #5206
Comments
Me too. Windows 11 |
The description seems similar to #5089 |
We are unable to reproduce this issue, but it has been reported by several person. It might be a problem on windows. Maybe related to asian input method. I would appreciate more details on what's really hapenning in there? |
@ogoffart
I think I can share with you the result of adding |
@ogoffart Follow up after adding Spinner:
|
Would you be able to run it in a debugger when break when it hangs? Maybe the backtrace tells us something. |
It's most likely an input method issue, when my computer defaults to English input everything works fine, but when my computer defaults to Chinese input , LineEdit doesn't get focus and can't type. Please configure your computer to use Simplified Chinese input method default initially and then start the program to test the effectiveness of LineEdit. |
It is indeed an input method problem. I use Microsoft input method. Bing input method is no problem |
I have observed the exact same problem while checking if #7203 contains some platform-independent issue. On Android, the English input method doesn't seem to be working correctly. |
Working environment
Symptom
Current Workaround
init
builtin callback, I forced a keyboard focus to one of the inputsinit => { one-of-the-line-edit.focus() }
Thank you for your continuous excellence.
The text was updated successfully, but these errors were encountered: