Replies: 1 comment 1 reply
-
As per https://github.com/cefsharp/CefSharp/releases/tag/v96.0.141 |
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
-
Hello Team,
We have been facing the Chromium web browser visual issue in WPF Based application and behavioral issues in specific machine configuration. We have been trying lot of fixes and upgraded the CEFSharp to the most recent version. However, the same issue is happening.
Issue 1:
The Chromium browser renders the blank screen. However, If the screen is resized, the screen is rendering. Once it's rendered, it continues to render the screen until the application is re-launched. It goes blank only for the first time loading.
Issue 2:
The action controls like WPF Button and WPF Text box are in disabled state after the screen is rendered. Also, The actions performed in disabled controls are visible while resizing the application.
Note: The issue is not observed in Dell Latitude 5400 laptop model. However, these issues have been observed in Latitude 5420 and 7420 model laptops. These issues are happening in latest version of CEFSharp package as well.
Additional Info:
OS: Windows 10
Model: Dell Latitude 5420 and 7420
Application: WPF application
CEFSharp version: 96.0.142.0
Sample Code snippet:
<wpf:ChromiumWebBrowser
Name="Browser"
Height="auto"
Width="1364"
MouseDown="Browser_OnMouseDown"
Address= "{Binding RelationshipTreeViewAddress}"
FrameLoadStart="Browser_OnFrameLoadStart"/>
Can you help us resolving these issues and provide the solution ASAP?
Beta Was this translation helpful? Give feedback.
All reactions