New Post: Inline-block and block elements widths incorrect
Hi Arthur. Any movement on this feature yet?
View ArticleNew Post: Inline-block and block elements widths incorrect
Sorry, unfortunately I won't be able to work on major features in the near future. I'm going to finish 1.5 that is focused on cross-platform support and then lower (not that I was able to really work...
View ArticleNew Post: Azure Websites
For info I had problems using HTMLRenderer on Azure Websites for rendering HTML to image. MS has some known issues with GDI and Azure Websites and their fixes are a work in progress. ( eg...
View ArticleNew Post: Azure Websites
make sense, that's why it supports both GDI and GDI+ so the proper one can be used. Thx for sharing this.
View ArticleNew Post: MathML support?
Does HTML Renderer support MathML? I tried some sample MathML and it did not render properly. It rendered as if the MathML tags weren't understood. I assume this means that MathML isn't supported, but...
View ArticleCreated Unassigned: Improve rendering for complex pages [9046]
Consider this page (where I was recommended to use this framework, btw):http://stackoverflow.com/questions/25488569/webbrowser-control-enter-and-keep-offline-modeIf you save it as "HTML only" in latest...
View ArticleCreated Unassigned: Layout measurement override of element...
Hi, not sure why, but I cannot use HtmlPanel, I tried WPF version both from source code and from nuget. both with same results: > Layout measurement override of element...
View ArticleCreated Unassigned: img Element Caching [9048]
Hi,I'm using the RenderToImage functionality. There seems to be a baked in <img> element cache based around the "url" attribute. This means that if the url has an issue (e.g. cdn failure) on the...
View ArticleEdited Unassigned: img Element Caching [9048]
Hi,I'm using the RenderToImage functionality. There seems to be a baked in <img> element cache based around the "src" attribute. This means that if the url has an issue (e.g. cdn failure) on the...
View ArticleCommented Unassigned: Layout measurement override of element...
Hi, not sure why, but I cannot use HtmlPanel, I tried WPF version both from source code and from nuget. both with same results: > Layout measurement override of element...
View ArticleCommented Unassigned: img Element Caching [9048]
Hi,I'm using the RenderToImage functionality. There seems to be a baked in <img> element cache based around the "src" attribute. This means that if the url has an issue (e.g. cdn failure) on the...
View ArticleCommented Unassigned: Doesn't work on mono under Debian [9045]
after some fixes (see https://github.com/ArsenShnurkov/HTML-Renderer/commit/2945f5d700d4737e9ba14767ffaf2f31cd2f7efb )the program starts, but doesn't draw anything at HTML drawing rectangle...$ mono...
View ArticleCommented Unassigned: Doesn't work on mono under Debian [9045]
after some fixes (see https://github.com/ArsenShnurkov/HTML-Renderer/commit/2945f5d700d4737e9ba14767ffaf2f31cd2f7efb )the program starts, but doesn't draw anything at HTML drawing rectangle...$ mono...
View ArticleNew Post: Clear Selection
Could we have a method that clears any existing selection? From looking at the code, this might be quite easy as you already have a private ClearSelection in SelectionHandler.cs. The reason I'm asking...
View ArticleCreated Unassigned:...
I have observed my application in a couple cases using 100% CPU. After getting windbg attached, multiple runaway threads have had the following stack trace. Sorry, I do not have specific cases causing...
View ArticleCommented Unassigned:...
I have observed my application in a couple cases using 100% CPU. After getting windbg attached, multiple runaway threads have had the following stack trace. Sorry, I do not have specific cases causing...
View ArticleNew Post: Render partial PDF
I have a pdf document that I am generating using MigraDoc. It has "Header", "Footer" and content. It works and does what I need but now I need to insert a basic HTML inside the content. I something...
View ArticleNew Post: know when htmlpanel is fully rendered
Hello, First let me say I love this project! I'm wanting to load an HTML page in an HTMLPanel and immediately scroll to an element. The problem is that it only seems to work after the entire page is...
View Article