You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens after some time of resizing window. Browser view area will become only portion of the window with scrollbars being misplaced. Sometimes whole window will menu bar buttons and borders will become just white background.
Tray icon loaded image resource for each of Windows Message and
these objects were never freed. This caused GDI objects peak
at 10001 and FATAL in Chrome to inform about this resource leak.
Call NotifyMoveOrResizeStarted() when moving/resizing window.
This is required to notify <select> or other controls.
Fixed WM_ERASEBKGND - should return 0.
Added WM_PAINT with BeginPaint and EndPaint - because it exists
in cefclient. Not sure why these calls are there, there is no
actual painting being done. But let's mimic cefclient behavior
just to be safe.
Fixed in commit 107e293. This was a serious issue that would reveal itself not only during resize, but also after longer period of running application - tray icon was loaded thousands of times and never freed. A new binary release will be ready in a moment.
cztomczak
changed the title
Repaint issues when resizing window
App hanging (repaint issues) after resizing window or after a longer period of using application
Feb 12, 2016
It happens after some time of resizing window. Browser view area will become only portion of the window with scrollbars being misplaced. Sometimes whole window will menu bar buttons and borders will become just white background.
Maybe this is upstream CEF Issue #1882.
There was new function CefBrowserHost::NotifyMoveOrResizeStarted() added in upstream CEF Issue #1208. In cefclient in RootWndProc there is this code:
I will add it and see if it helps. But looks like this is only for
<select>
and similar controls on a page.Created a topic on CEF Forum in regards to NotifyMoveOrResizedStarted() usage: https://magpcss.org/ceforum/viewtopic.php?f=6&t=13885
Debugging in VS 2013 gave this FATAL:
Reported on CEF Forum: https://magpcss.org/ceforum/viewtopic.php?f=6&t=13886&p=29628#p29628
The text was updated successfully, but these errors were encountered: