Description
-
What version of the product are you using?
Nuget 79.1.360 -
environment description where the bug is reproduced
There is a desktop application made in winforms in which several angular.js applications are embedded, which run on cefsharp and are called through windows from the main application; this application was installed on a Windows Server 2012 R2 Datacenter machine recently and it was published as remoteapp to be accessed from various clients through an rdp file. The remoteapp is accessed from a windows 10 client and everything seems to be working fine, but; when you have a cefsharp window open and do alt + tab the cefsharp window crashes which causes the entire application to crash. -
On what operating system?
Windows Server 2012 R2 DataCenter, x64
Windows 10, x64 -
Are you using WinForms, WPF or OffScreen?
Winforms -
What steps will reproduce the problem?
- Execute rdp file from client machine
- the application will open
- open a cefsharp window
- do alt + tab to the main application
- do alt + tab to the cefsharp window
- the cefsharp window crash