-
-
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
Browser stop redrawing on resize. #2492
Comments
Took me two days to figure out what is causing this. I hope someone to look at this sample app that is reproducing the issue. You need to start resizing the window while the page is loading. |
Please no zip files as per the issue template. Unclear if you tested with the CEF sample application, please clarify. If your experiencing the problem with cefclient there is no point opening an issue here. |
This is reproducible with cefclient 3.3325.1758 but not with latest 3.3440.1805.gbe070f9. I guess it was fixed. |
You can try
Closing as |
This problem still exists on 69.0.0, so, this problem wasn't fixed at all ! |
@wuruile Maybe you could try to use v71.0.0-pre01 now, otherwise v71.0.0 in a couple of days.It solves my problem :) |
@xzycn @wuruile I can confirm the problem still exists on v71.0.0. That's actually one of the big reasons I may have to use WinForms version hosted in a WindowsFormsHost for the project I'm working on. Weirdly I noticed that minimizing the Window hosting the WPF WebBrowser then maximizing it causes the browser to start redrawing again. If this gives anyone any ideas on a workaround let me know, I'd be willing to give them a shot. -and if I end up finding anything I'll be sure to post my findings here. |
There is another bug in CEF causing problems on resize, you can track the progress at https://bitbucket.org/chromiumembedded/cef/issues/2614/osr-resizing-issue-surface-invariants |
Similar to @TGolias, we have a couple of browsers that we use for two different sets of data. When it stops rendering we have to switch to the other browser and back and it starts rendering again. |
Bug Report
What version of the product are you using?
65
What architecture x86 or x64?
x86
On what operating system?
Are you using
WinForms
,WPF
orOffScreen
?WPF + Winforms control
What steps will reproduce the problem?
I provided reproducible sample application https://ufile.io/jfzop
What is the expected output? What do you see instead?
To work!
Please provide any additional information below.
It seems browser rendering is get broken if you resize the browser window while a page is loading and you have the settings below. Commenting this line
fixes the problem. I guess this will be only reproducible on machines with GPU.
CEF
Sample Application from http://opensource.spotify.com/cefbuilds/index.html?Yes, if you enable these options and resize the window
The text was updated successfully, but these errors were encountered: