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

Screen doesn't update until manually changing the window to fullscreen in Windows 10 #5206

Open
teminian opened this issue May 9, 2024 · 1 comment
Labels
a:platform-windows Issue specific to Windows (mT,bS)

Comments

@teminian
Copy link

teminian commented May 9, 2024

Working environment

  • Windows 10 (language: Korean)
  • Rust 1.77.2
  • winit-FemtoVG & winit-software

Symptom

  • Keyboard and mouse inputs are not shown in the window until user manually make the application as full screen (the button on the left of window close button on the top right). Once the user clicks the full screen button, all the previous inputs are shown and updated
  • This doesn't happen in Windows 11

Current Workaround

  • On init builtin callback, I forced a keyboard focus to one of the inputs
  • I added following line in the main window: init => { one-of-the-line-edit.focus() }

Thank you for your continuous excellence.

@bytesloop
Copy link

Me too. Windows 11

@hunger hunger added the a:platform-windows Issue specific to Windows (mT,bS) label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:platform-windows Issue specific to Windows (mT,bS)
Projects
None yet
Development

No branches or pull requests

3 participants