Skip to content

Wrong behavior of examplary Form on resize #4

@malleor

Description

@malleor

There is a bug in resize/is-dirty/repaint signals routing. I cannot investigate the problem -- it's Awesomium's internal.

Steps to reproduce

  1. Download and unpack today's release of AwesomiumSharp.

  2. Create file test.htm with content:

      test
    
  3. Replace line 35 with:

      WebCore.SetBaseDirectory("C:\\path\\to\\test\\htm\\");
      webView.LoadFile("test.htm");
    
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions