-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Milestone
Description
-
What version of the product are you using?
81.3.100 -
What architecture x86 or x64?
Both -
On what operating system?
Win 10 -
Are you using
WinForms
,WPF
orOffScreen
?
WPF -
What steps will reproduce the problem?
- Open CefSharp.Wpf.Example
- Change window state to normal
- Resize the browser fairly aggressively
-
What is the expected output? What do you see instead?
There are some glitches when resizing that aren't present when testing withcefclient
-
Please provide any additional information below.
DPI scale 150% -
Does this problem also occur in the
CEF
Sample Application
No. The CEF Sample application isn't perfect when resizing, there's plenty of times the outer border is blank waiting for the image to resize correctly. The glitches aren't present to the same degree though.
rstedman