Which steps will reproduce the problem?
1. Load the attached test.html file into a THtmlViewer
What is the expected output?
All letters are visible like in Chrome, Firefox, IE.
What do you see instead?
The letters are clipped at the cell's bounds.
Which version of the product are you using? Which compiler version are you
using? On which operating system?
Delphi 2009, Windows 7
Please attach test html files and screenshots, if appropriate.
Please provide any additional information:
The problem is that the cell selects a clip region into the device context and
the div tab (TBlock) wants to paint outside of the cell due to the negative
margins.
The patch "opens" the regions for the div-tag if there are any negative margin
values.
Original issue reported on code.google.com by Andreas....@gmail.com on 27 Nov 2013 at 8:29
Original issue reported on code.google.com by
Andreas....@gmail.com
on 27 Nov 2013 at 8:29Attachments: