ataranto / CefSharp

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

Fix wpf web view popup image dimensions #42

Closed KristinaKoeva closed 11 years ago

KristinaKoeva commented 11 years ago

Fixes AccessViolationException. SetPopupBuffer used _popupWidth and _popupHeight that were previously changed to the new values by SetPopupSizeAndPosition. Because of this, the handles in SetBuffer were not released which caused AccessViolationException

ataranto commented 11 years ago

thanks, working on getting my chromium/cef/cefsharp build up to date today so i can merge some of these pull requests.

ataranto commented 11 years ago

cherry picked e69148cb775ee2771047da3c95b031e62893e5a7, thanks!