hramenko / thtmlviewer

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

CSS empty-cells property default value must be show #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
1. Launch FrameDemo, navigate to 'Table Tutorial' (from the left-side Contents).
2. Empty cells borders are not shown unless 'style="empty-cells:show"' is 
explicitly set.

What is the expected output? Empty cells borders are shown if 
'style="empty-cells:show"' is not set.

What do you see instead? Empty cells borders are not shown if 
'style="empty-cells:show"' is not set.

Which version of the product are you using? 11.5.r472.

Original issue reported on code.google.com by ion.silvestru@gmail.com on 26 Nov 2014 at 3:05

Attachments:

GoogleCodeExporter commented 9 years ago
Please look into htmlcons.inc and find 

{.$define EmptyCellsDefaultIsShow}

in line 263 and remove the dot.

Original comment by OrphanCat on 30 Dec 2014 at 1:34