[Webkit-unassigned] [Bug 24314] New: Incorrect colspan rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 20:41:45 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24314

           Summary: Incorrect colspan rendering
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zubkov at infinet.ru


The table with colspan renders as without it.
In the following example left column of the first row must be 40px, but it use
the length of the next row, as without colspan:

<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
  <head>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
   <title>Device properties page</title>
   <meta name="generator" content="Company" />
   <meta name="description" content="Page" />
 </head>
 <body style="width: 100%; height: 100%;">
  <table border="1" cellpadding="0" cellspacing="0">
   <tr>
    <td style="padding:0 0 0;width:40px">
     <table style="width:40px;height:500px;padding:0 0
0;font-family:Arial,Helvetica,sans-serif;font-size:11px;border-color:red" 
border="1" cellpadding="0" cellspacing="0">
      <tr><td>-40px-</td></tr>
     </table>
    </td>
    <td style="background-color:yellow;width: 100%;padding:0 0 0">
    </td>
   </tr>
   <tr>
    <td colspan="2">this_string_expands_left_col_of_top_row_table but only by
left word</td>
   </tr>
  </table>
 </body>
</html>


-- 
Configure bugmail: https://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