Has anyone encountered the following problem? How can I fix it?
In our project, on the Windows 11 system, calling hide() and then show() can sometimes result in a blank screen. This issue has not been encountered on Windows 10. Switching windows using alt+tab or resizing the window will restore the display.
The most common triggering paths are:
1. Pinning the CEF window to the taskbar
2. Completely covering the CEF window with another window
3. Calling hide() and then show()
It can also be easily reproduced in the Standard Distribution cefclient project.
