ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

When WPF WebView is removed from one window and added to another, keyboard input is lost. #38

Closed dvarchev closed 11 years ago

dvarchev commented 11 years ago

The reason for this is that the the message loop hook that the WPF view uses, is not updated when the main presentation source is changed - the control is moved from one window to another.