Open GoogleCodeExporter opened 9 years ago
Thanks for spotting this issue.
Original comment by OrphanCat
on 3 Jul 2012 at 4:33
Found 3 issues:
1) The extra horizontal lines are the top borders of the below cells.
- The table's style property "border-collapse:collapse" has no effect.
- Tags must ignore unrecognized attributes like "x:str", "x:num", ... only.
- Currently all attributes are ignored.
2) Border width is given in floating point values.
- The missing lines are defined having a width of 0.5pt
- Html does not define floating point values for border widths.
- HtmlViewer calculates it to 0pt.
3) Borders are grey, but are defined being "windowtext", which is black.
Original comment by OrphanCat
on 20 Jul 2012 at 9:42
r387 fixes 1) Tags now accept attributes with colons like "x:str", "x:num", ...
.
Original comment by OrphanCat
on 20 Apr 2013 at 12:47
Original comment by OrphanCat
on 20 Apr 2013 at 12:48
Original issue reported on code.google.com by
kgyfreem...@freemail.hu
on 3 Jul 2012 at 5:52Attachments: