kooloveme / thtmlviewer

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

Table with multiple CSS classes - border-style:none; ignored #323

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which steps will reproduce the problem?
1. Create a HTML document. 
2. Define two styles applicable to tables, one of which contains the 
"border-style:none;" directive.
3. Create a table and assign both styles to its class attribute
4. Render with THTMLViewer - the "border-style:none;" is ignored. It works 
correctly in all other browesers that I've tried

So far, only border-style seems ignored, I can assign multiple styles  that 
don't conflict

What is the expected output? What do you see instead?
border-style:none to be respected

Which version of the product are you using? Which compiler version are you
using? On which operating system?
r418, tested with Delphi 7 and Delphi XE2

See sample test file attached

Original issue reported on code.google.com by bour...@gmail.com on 9 Dec 2013 at 9:18

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for spotting this issue.

Funny, even if you define "border-style:none" in .LS3 too, the border still 
remains as long as you specify 3 styles.

Original comment by OrphanCat on 26 Jan 2014 at 11:29