-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
WinForms freezes when using Alt+Space on Windows 10 Anniversary #1822
Comments
You should discuss the issue at http://magpcss.org/ceforum/viewtopic.php?f=6&t=14479 |
Thanks a lot. |
This problem only appears when |
Thank you very much! I'll play with the master. |
This comment has been minimized.
This comment has been minimized.
Proper solution/workaround was posted in the mentioned forum link - http://magpcss.org/ceforum/viewtopic.php?p=32766#p32766 |
I'm going to close this issue as there are valid workarounds and there really isn't a way to fix this in Option 1Add a This appears to be the easiest option. Controls.Add(new MenuStrip { Visible = false }); Option 2Integrate |
Sorry for posting in closed issue, but this still is the only real reference to the ALT -> freeze issue. |
Hello all,
I use:
1 - Latest cefsharp master branch
2 - Winforms.Example (x86)
3 - Windows 10 (+ Anniversary update) - I cannot reproduce the issue on Windows 7/8/8.1
4 - Issue is not reproducible with cef simple (including Windows 10).
5 - VS 2013 (Update 4/5) and VS 2015 (Update 2/3)
6 - Issue is 100% reproducible (deterministic).
Observed behaviour is that once using Alt+Space Winforms.Example is no longer responsible. I'm able to reproduce the issue on more then 5 Windows 10 machines.
Thank you in advance for your answer.
Stefan Bozov.
The text was updated successfully, but these errors were encountered: