Replies: 2 comments 1 reply
-
The winform version can be used normally, but the wpf.netcore version will have problems such as being stuck in the interface and being unable to switch interfaces. But my program is wpf and will have various flashing problems when using winform. |
Beta Was this translation helpful? Give feedback.
0 replies
-
More likely this is an issue with your GPU drivers than a CefSharp bug. e.g. dotnet/wpf#3817 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
CefSharp Version
137.0.100
Operating System
Windows 10
Architecture
x64
.Net Version
.net5
Implementation
WPF
Reproduction Steps
I used cefsharp.wpf.netcore. in wpf to make a local browser, but the exe that can run normally in other environments cannot render normally in the win10 LTSL 2018 environment, and even the scroll bar cannot be used normally. Only when I drag the boundary of the window to change can my previous operation be rendered normally. But there are no error messages in p's log,
Expected behavior
英语
I used cefsharp.wpf.netcore. in wpf to make a local browser, but the exe that can run normally in other environments cannot render normally in the win10 LTSL 2018 environment, and even the scroll bar cannot be used normally. Only when I drag the boundary of the window to change can my previous operation be rendered normally. But there are no error messages in p's log,
Actual behavior
英语
I used cefsharp.wpf.netcore. in wpf to make a local browser, but the exe that can run normally in other environments cannot render normally in the win10 LTSL 2018 environment, and even the scroll bar cannot be used normally. Only when I drag the boundary of the window to change can my previous operation be rendered normally. But there are no error messages in p's log,
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions