BerndGabriel / HtmlViewer

The well-known Delphi/Lazarus HtmlViewer/FrameViewer
Other
395 stars 147 forks source link

Html table exceeding height when exceed HTMLViewer height size. #315

Open toplek opened 2 years ago

toplek commented 2 years ago

Hello,

The problem exist only if table is higher than HMLViewer.Height.

Steps to reproduce:

  1. HMLViewer.Height := 97;

  2. HTMLViewer1.LoadFromString('<table border=1 height=100%><tr><td>A<br>B<br>C<br>D<br>E<br>F<br>G</td></tr></table>');

Enviroment: