Non-browser forms in MDI container do not redraw properly when moved
When there are multiple forms in a WinForms MDI container, when non-browser forms are moved over the form with an embedded browser, they do not repaint properly. When the browser form is again clicked on, the borders of the other forms get repainted, but not the main part of the forms.
Seen in at least build 2785, running on Windows 7 Enterprise N
The problem shows up in multiple products build on top of CEF, including CefSharp and DotNetBrowser.
Comments (3)
-
-
reporter I found that this still exists in a much later version, build 2883, although since I am using this through a wrapper I still need to investigate if this is an issue in later builds, and if it can be reproduced using the sample apps.
-
- changed status to wontfix
Marking as WontFix for now. If the problem can be reproduced using the sample applications with a currently supported CEF version then we can re-open. https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md#markdown-header-current-release-branches-supported
- Log in to comment
2785 is an old and unsupported branch.
Does the problem reproduce using a currently supported branch? https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md#markdown-header-current-release-branches-supported.
Does the problem reproduce using the cefclient or cefsimple sample applications?