New Post: loss of font fidelity (missing ClearType?)
Strange... please let me know if adding the hint the HtmlPanel OnPaint helps. But what is so special about this application? Why does it works in demo?
View ArticleNew Post: loss of font fidelity (missing ClearType?)
I fixed it by adding the hinting into your latest code: ;-) The new HtmlPanel.OnPaint: /// <summary> /// Perform paint of the html in the control. /// </summary> protected override void...
View ArticleNew Post: loss of font fidelity (missing ClearType?)
Will add it. And you sure the demo works fine? How that can be?
View ArticleNew Post: loss of font fidelity (missing ClearType?)
Our posts crossed...sorry I hadn't gotten the email notification of your post. As far as differences, it could be lots of stuff. I do a lot of tricks to get transparency to with my Transparent Windows...
View ArticleNew Post: loss of font fidelity (missing ClearType?)
nope... not it. the only way I found to get what you are seeing is either disable clear type in control panel>fonts or disable smooth edges for screen fonts in System properties. i can't find a way...
View ArticleNew Post: HtmlPanel flashing on click or selection drag (IsSelectionEnabled =...
Hey there, After migrating to the latest version, I found another issue in which OnPaint triggers another OnPaint and causes flashing when IsSelelectionEnable is true (as well as repeating message...
View ArticleNew Post: HtmlPanel flashing on click or selection drag (IsSelectionEnabled =...
Awesome details! Will find a fix. Many thanks.
View ArticleCommented Unassigned: support liquid layout [9035]
after reviewing the code I noticed that they height is often calculated in reverse, starting from the children and working up to the parent. The problem is that if you use % for sizing your elements...
View ArticleCreated Unassigned: URL attributes with double quotes are not processed...
Hello,Found a pair of bugs while testing the `HtmlPanel` as a `WebBrowser` replacement in another application. I've attached a sample application which will expose both, but essentially, consider the...
View ArticleCreated Unassigned: Loaded images lock source file until component disposed...
Hello,This is a follow on bug I found whilst investigating [this one](https://htmlrenderer.codeplex.com/workitem/9037). The sample project I attached to that issue can also be used to repro this...
View ArticleCommented Unassigned: Loaded images lock source file until component disposed...
Hello,This is a follow on bug I found whilst investigating [this one](https://htmlrenderer.codeplex.com/workitem/9037). The sample project I attached to that issue can also be used to repro this...
View ArticleClosed Unassigned: Loaded images lock source file until component disposed...
Hello,This is a follow on bug I found whilst investigating [this one](https://htmlrenderer.codeplex.com/workitem/9037). The sample project I attached to that issue can also be used to repro this...
View ArticleCommented Unassigned: URL attributes with double quotes are not processed...
Hello,Found a pair of bugs while testing the `HtmlPanel` as a `WebBrowser` replacement in another application. I've attached a sample application which will expose both, but essentially, consider the...
View ArticleCommented Unassigned: support liquid layout [9035]
after reviewing the code I noticed that they height is often calculated in reverse, starting from the children and working up to the parent. The problem is that if you use % for sizing your elements...
View ArticleReleased: 1.1.0.0 (ноя 13, 2012)
Details: http://theartofdev.com/2012/11/13/html-renderer-1-1-0-0/FeaturesFull text selection (with double tap full word selection). Copy selected plain text. Copy selected rich html text. Drag and drop...
View ArticleUpdated Release: 1.1.0.0 (Nov 13, 2012)
Details: http://theartofdev.com/2012/11/13/html-renderer-1-1-0-0/FeaturesFull text selection (with double tap full word selection).Copy selected plain text.Copy selected rich html text.Drag and drop...
View ArticleReleased: 1.2.0.0 (ноя 29, 2012)
http://theartofdev.com/2012/11/29/html-renderer-1-2-0-0/Added supportSupport ex measurement value Line-Height style Multiple comma separated fonts in font-family style Basic support for height style...
View ArticleUpdated Release: 1.2.0.0 (Nov 29, 2012)
http://theartofdev.com/2012/11/29/html-renderer-1-2-0-0/Added supportSupport ex measurement valueLine-Height styleMultiple comma separated fonts in font-family styleBasic support for height style (as...
View ArticleReleased: 1.3.0.0 (янв 13, 2013)
http://theartofdev.com/2013/01/13/html-renderer-1-3-0-0/FeaturesAdded link html element attributes to LinkClicked event (issue - 2526). Added support for .NET color names (thx to Quadko, issue - 8454)...
View ArticleUpdated Release: 1.3.0.0 (Jan 13, 2013)
http://theartofdev.com/2013/01/13/html-renderer-1-3-0-0/FeaturesAdded link html element attributes to LinkClicked event (issue - 2526).Added support for .NET color names (thx to Quadko, issue -...
View Article