Closed Bug 161458 Opened 23 years ago Closed 23 years ago

mozilla doesn't honour rules='groups' attr. in <table>

Categories

(Core :: Layout: Tables, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 127798

People

(Reporter: ericvb, Assigned: karnaze)

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020206 BuildID: Mozilla 1.0 Tables aren't displayed correclty when I use rules=groups in conjuction with <tbody> in a <table> Reproducible: Always Steps to Reproduce: Try this piece of html <table border rules=groups> <tr> <td>1</td> <td>2</td> <tr> <tbody> <tr> <td>a1</td> <td>a2</td> </tr> <tr> <td>b1</td> <td>b2</td> </tr> </tbody> </table> Actual Results: A line is drawn between each row of the table Expected Results: No line should be drawn between rows 'a' and 'b' See http://www.w3.org/TR/html401/struct/tables.html For a real example, see: http://alterna.homelinux.org/dragona/orders/products.php
WFM (2002080419, WinNT)
with rows it works, but not with columns (which is known).
This has been fixed for a while (but it's _not_ fixed in 0.9.8)
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Actually I'm using 1.0 and the bug is present. Please open this page in 1.0 and confirm me it's rendered correctly. http://alterna.homelinux.org/dragona/orders/test.html If it does then there's still a bug: it renders differently on my own box and on yours
Yep. This renders correctly for me in 1.0 (Linux). Reopening.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
To tables. Eric, any chance you could test with 1.1beta?
Assignee: sgehani → karnaze
Component: XP Apps → HTMLTables
QA Contact: paw → amar
Just to be really sure we're talking about the same thing. In the table mentioned before, http://alterna.homelinux.org/dragona/orders/test.html Does your browser draw a line between column 'ACP' and column 'OEMCP' ?
I do get a line between the _columns_. The rows work fine, however (per comment 2). The columns bug is bug 127798. So if the rows work for you, this is a duplicate. If the rows do _not_ work for you, then this needs figuring out....
The rows work for me but not the columns, ok this is a duplicate of 127798. My first report wasn't clear enough. Sorry about that. *** This bug has been marked as a duplicate of 127798 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → DUPLICATE
Verified. Eric, thanks for the prompt response!
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.