HtmlViewer icon indicating copy to clipboard operation
HtmlViewer copied to clipboard

The well-known Delphi/Lazarus HtmlViewer/FrameViewer

Results 113 HtmlViewer issues
Sort by recently updated
recently updated
newest added

I tried to render this code but seems font embedding this way is not supported. Is there any other way to use fonts which are not installed on the system?...

Hello, Is this HTMLViewer component supporting Dark Mode like "filter:invert(1)" in CSS? We are looking to adjust online images contained with HTML body to inverted background color. The "filter:invert(1)" is...

Thank you for THTMLViewer; it's been a very useful component for us! How can I scale THTMLViewer to different DPI's? I'm loading the component from a string. For the moment,...

enhancement

Hello, we are using PrintPreview to generate a EMF of the given HTML file which works good for us. But we run into a problem that seems any kind of...

enhancement
waiting for you to volunteer

Using ID in span is not recognized correctly as target. ``` Try this Should jump to jumpto … Text … … add something more text … some mor text, too...

bug confirmed

Hello, Using this code to convert HTML to PDF via SynPdf component, the PNG image is not rendered ; JPG does. ``` function THtmlPager.SynPdf:TBytes; label Clear; var OK : Boolean;...

Hello, The problem exist only if table is higher than HMLViewer.Height. Steps to reproduce: 1. `HMLViewer.Height := 97;` 2. `HTMLViewer1.LoadFromString('ABCDEFG');` Enviroment: - Delphi XE5; - THMLViewer from master at 2022-03-17.

Version HtmlViewer V11.9. See Picture. ![Bild1](https://user-images.githubusercontent.com/75143743/100484906-7bb1ac00-30fe-11eb-89c4-c6703c215731.png) Thank you very much.

bug confirmed

Hello, there is some kind of issue in calculating available space for outputting text in THtmlViewer under Unix QT5. It looks like THtmlViewer does not support QT5 by default, so...

**test.css** .gradient { background-color: linear-gradient(to top, red, blue); } **test.html** `` `` `` ` ` `` `` ` ` `` `` **We dont see gradient.**

enhancement