[Webkit-unassigned] [Bug 17562] New: child table column has no background color because parent table height is not defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 16:37:20 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17562

           Summary: child table column has no background color because
                    parent table height is not defined
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: https://www209.americanexpress.com/merchant/singlevoice/
                    USEng/FrontServlet?request_type=navigate&page=processing
                    Main&merch_ne=ProcSuppl_GreenBar
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.webkit at gmail.com


I Steps:
Go to
https://www209.americanexpress.com/merchant/singlevoice/USEng/FrontServlet?request_type=navigate&page=processingMain&merch_ne=ProcSuppl_GreenBar

II Issue: The leftmost blue column has white space

III Conclusion: The code has 2 tables. The parent  table has the blue border.
Within one of the <td> of the parent table, there's another table with the cyan
background. The issue here is that the <td> in the child table (red background)
does not span the entire height of the parent table. This is because the height
of the parent table is not defined even though the <td> of the parent table
that contains the child table has a height defined (for this case 100%)

IV Other browsers: 
FF: ok
Opera: not ok
IE 7: ok

V Nightly tested: r30551


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list