Created Unassigned: NuGet packages don't work out of the box [9080]
When using NuGet within VS2013 Ultimate to install HtmlRenderer.WinForms 1.5.0.6, it also automatically downloads HtmlRenderer.Core.1.5.0.5 and all is good. Target project is using .NET 4.0.But the...
View ArticleEdited Unassigned: NuGet packages don't work out of the box [9080]
When using NuGet within VS2013 Ultimate to install HtmlRenderer.WinForms 1.5.0.6, it also automatically downloads HtmlRenderer.Core.1.5.0.5 and all is good. Target project is using .NET 4.0.But the...
View ArticleNew Post: HtmlToolTip Scrollbars
Is is possible to have the HtmlToolTip display scrollbars for long content? Possibly have it respond to the mousewheel to scroll up and down?
View ArticleCreated Unassigned: Crash in class HtmlContainerInt, fct Clear [9081]
class HtmlContainerInt, Crash Null pointer exception : public void Clear(){ _hoverBoxes.Clear(); <<< === PTR _hoverBoxes is NULL ...}We need to insert at the beginning: if(_hoverBoxes !=...
View ArticleCreated Unassigned: The WPF implementation should use template [9082]
The WPF implementation of HtmlPanel uses hard-coded scrollbars and is difficult to adapt it to a custom style.It should have a default Style with a ControlTemplate containing a ScrollViewer and a...
View ArticleNew Post: HtmlPanel - Making OnScreen Keyboard popup on touching the panel
It seems like the HtmlPanel is using some Input control which makes the Onscreen keyboard to open whenever the panel get touched in tablet devices. I tried to disable the panel by setting property...
View ArticleNew Post: Title attribute support?
Hallo, is there a support of the Title attribute? In the most Browsers the text of the title Attribute will be shown as a ToolTip, but this seems not to be shown. Is there an other way to show a...
View ArticleNew Post: Title attribute support?
I have a similar question, so I'll post it here: is there any support for alt or title text on images? (This came up in a discussion relating to accessibility requirements, so I'm not sure how much of...
View ArticleCreated Unassigned: ParseCssBlockProperties does not parse url attribute...
Due to failing to account for the existence of quoted strings for URL, fails to parse DATA urls due to the existence of a ';' in the stringeg url('data:image/gif;base64,R0lGOD'); produces...
View ArticleCreated Unassigned: PDF generation significantly different from Image [9084]
Given the PDF appears to contain a large number of "invisible" or "empty" block, this might be Z-order related.I've attached a PDF, image and source HTML file for comparison
View ArticleCreated Unassigned: Rowsan example shows inconsistent behaviour [9085]
<table><tr><td rowspan="2"> Cell One</td><td> Cell Two</td><td> Cell Three</td></tr><tr><td> Cell Five</td><td rowspan="2"...
View ArticleNew Post: video in HtmlPanel
Hello, Does HtmlPanel support <video> tag from HTML5 ? If not, will be a version that can support it ? Thank you.
View ArticleCreated Unassigned: Table with colspan doesn't work [9086]
A simple html table below with colspan throws "ArgumentOutOfRangeException" in event "RenderError" e doesn't render the html...
View ArticleCreated Unassigned: Problem with aligning tables [9087]
The following is supposed to align the key table to the right ... it works in your compiled winforms demo????... but not in the real project ... the compiled version must not be the same...
View ArticleNew Post: How to add page break throwgh HTML code
Hi to all! Is it possible to add manually page break throwgh HTML code in order to produce a PDF file with page change where i want to?
View ArticleReviewed: 1.5.0.6 (Aug 24, 2015)
Rated 5 Stars (out of 5) - This is the best HTML renderer for WinForms!
View ArticleCreated Unassigned: WpfAdapter Constructor Failed. [9088]
I have pull requested about this issue.(WpfAdapter.cs)AddFontFamily(new FontFamilyAdapter(family)); fail by a limited font.An example of solution method. try{ AddFontFamily(new...
View ArticleCommented Issue: Enhancement proposals [3580]
I have used the HTML panel for a little test.I have already submitted code that supports classnames a little better. I propose that the DOM elements are exposed, so the user can create html nodes with...
View ArticleCommented Unassigned: Pass ACID 1 test [8760]
Hi,First of all kudos for this great work.Just wanted to confirm if there is any chance you would like to get the renderer pass the ACID tests. I think passing ACID 1 is absolutely important for the...
View ArticleCommented Unassigned: Pass ACID 1 test [8760]
Hi,First of all kudos for this great work.Just wanted to confirm if there is any chance you would like to get the renderer pass the ACID tests. I think passing ACID 1 is absolutely important for the...
View Article