kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

Failing to write bottom border (border collapse) #170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which steps will reproduce the problem?
See attached html-file

What is the expected output? What do you see instead?
See attached pictures.

Which version of the product are you using? Which compiler version are you
using? On which operating system?
11.3 Delphi XE Windows7 64

This problem also occurs in 11.2, but works in 9.47

Original issue reported on code.google.com by tho...@hamstrup.dk on 6 Jul 2012 at 6:44

Attachments:

GoogleCodeExporter commented 9 years ago
Further testing shows, that border-collapse on the table prevents the 
bottom-border to be drawn. 

Original comment by tho...@hamstrup.dk on 9 Jul 2012 at 3:41

GoogleCodeExporter commented 9 years ago
That makes sense to me, as border-collaps is still a dirty hack, which overlaps 
cells exactly 1 pixel. 9.47 did not support collapsing borders.

Unfortunately collapsing borders in the current HtmlViewer would be very hard 
to implement retroactively. Thus I cannot promise to fix it.

Original comment by OrphanCat on 9 Jul 2012 at 6:14

GoogleCodeExporter commented 9 years ago
Issue 355 has been merged into this issue.

Original comment by OrphanCat on 1 Jun 2014 at 11:55

GoogleCodeExporter commented 9 years ago
Issue 357 has been merged into this issue.

Original comment by OrphanCat on 1 Jun 2014 at 1:35