Bug 599258 - table borders on <simplelist> in html/html-single
Summary: table borders on <simplelist> in html/html-single
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 1.6
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-02 23:55 UTC by Dana Mison
Modified: 2010-11-24 04:17 UTC (History)
4 users (show)

Fixed In Version: 2.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-05 04:15:57 UTC
Embargoed:


Attachments (Terms of Use)
actual output (45.47 KB, image/png)
2010-06-02 23:55 UTC, Dana Mison
no flags Details
expected output (44.40 KB, image/png)
2010-06-02 23:56 UTC, Dana Mison
no flags Details

Description Dana Mison 2010-06-02 23:55:22 UTC
Description of problem:
Table borders are being drawn on the output of <simplelist> in the html & html-single formats.  PDF is fine.

Version-Release number of selected component (if applicable):
1.6.3

How reproducible:
everytime

Steps to Reproduce:
1.add a <simplelist> with a few <member>s
2.build html or html-single

  
Actual results:
borders are drawn - screenshot attached

Expected results:
borders are not drawn - screenshot attached

Additional info:
 * the table itself has borders=0
 * the css for simplelist.table has border-style: none (common.css)
 * but the css for th, td has border: 1px solid #000000;  (common.css)

Comment 1 Dana Mison 2010-06-02 23:55:44 UTC
Created attachment 419213 [details]
actual output

Comment 2 Dana Mison 2010-06-02 23:56:03 UTC
Created attachment 419214 [details]
expected output

Comment 3 Jeff Fearn 🐞 2010-06-03 00:04:04 UTC
(In reply to comment #0)
> Description of problem:
> Table borders are being drawn on the output of <simplelist> in the html &
> html-single formats.  PDF is fine.
> 
> Version-Release number of selected component (if applicable):
> 1.6.3
> 
> How reproducible:
> everytime
> 
> Steps to Reproduce:
> 1.add a <simplelist> with a few <member>s
> 2.build html or html-single
> 
> 
> Actual results:
> borders are drawn - screenshot attached
> 
> Expected results:
> borders are not drawn - screenshot attached
> 
> Additional info:
>  * the table itself has borders=0
>  * the css for simplelist.table has border-style: none (common.css)
>  * but the css for th, td has border: 1px solid #000000;  (common.css)    

Added publican list to CC.

I agree they should be consistent in all outputs, does anyone disagree with removing the borders in HTML?

Comment 4 Jeff Fearn 🐞 2010-06-09 01:49:08 UTC
No complaints, so everyone agrees!

Hid borders of simplelist in HTML.

Fixed in build 1.6.3-0.t97


Note You need to log in before you can comment on or make changes to this bug.