-
Notifications
You must be signed in to change notification settings - Fork 468
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
osr : Browser not correctly refreshing on Resize in CEF 129 #3826
Comments
Duplicate of #3822. |
You say:
This suggests that your timing of calling WasResized and returning updated values from GetViewRect may be incorrect. You need to make sure that GetViewRect is returning the correct value when WasResized actually executes. |
@magreenblatt Thanks for your quick answer. But after a huge debug session in our side, there is something strange which happens in cef, you can reproduice easily with your cefclient. (see https://magpcss.org/ceforum/viewtopic.php?f=6&t=20038&p=56405&hilit=CEF129#p56405) |
Reopening this issue as it seems unrelated to navigation. |
Describe the bug
The bug was clearly described in the following post and the following issue
Screenshots
For more details, see the video
Expected behavior
When the window size is resized, the view should normally be refreshed.
Versions
The text was updated successfully, but these errors were encountered: