There is a bug in resize/is-dirty/repaint signals routing. I cannot investigate the problem -- it's Awesomium's internal.
Steps to reproduce
-
Download and unpack today's release of AwesomiumSharp.
-
Create file test.htm with content:
-
Replace line 35 with:
WebCore.SetBaseDirectory("C:\\path\\to\\test\\htm\\");
webView.LoadFile("test.htm");
-
Build and run. Resize the form and enjoy non-repainting contents.
Remarks
Most importantly, with LoadURL the form acts as intended. The problem refers to LoadFile.
As far as I can see, the webView is not becoming 'dirty' after form resize.
There is a bug in resize/is-dirty/repaint signals routing. I cannot investigate the problem -- it's Awesomium's internal.
Steps to reproduce
Download and unpack today's release of AwesomiumSharp.
Create file
test.htmwith content:Replace line 35 with:
Build and run. Resize the form and enjoy non-repainting contents.
Remarks
Most importantly, with
LoadURLthe form acts as intended. The problem refers toLoadFile.As far as I can see, the
webViewis not becoming 'dirty' after form resize.