Html table exceeding height when exceed HTMLViewer height size.
toplek opened this issue · 0 comments
toplek commented
Hello,
The problem exist only if table is higher than HMLViewer.Height.
Steps to reproduce:
-
HMLViewer.Height := 97;
-
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:
- Delphi XE5;
- THMLViewer from master at 2022-03-17.