Quantcast
Channel: HTML Renderer
Viewing all articles
Browse latest Browse all 693

Closed Unassigned: render nothing with some htm file [9025]

$
0
0
when i want to render a bigger html content in demo, it render nothing, i try step into the source code, and i found after set Text property, the base.Text value is empty, it is quite strange
```
public override string Text
{
get { return base.Text; }
set
{
__base.Text = value;__
if (!IsDisposed)
{
VerticalScroll.Value = VerticalScroll.Minimum;
_htmlContainer.SetHtml(Text, _baseCssData);
PerformLayout();
Invalidate();
}
}
}
```

my envirment:
win8 64 enterprise with latest update
vs2012 sp4
htmlrender 1.4.11.0

you can test with the attachment file. thanks
Comments: cannot reproduce

Viewing all articles
Browse latest Browse all 693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>