[Webkit-unassigned] [Bug 26158] New: Clipping Table Cell Content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 3 03:32:53 PDT 2009


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

           Summary: Clipping Table Cell Content
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marc at simplica.com


We are trying to build a table where we can control the width of a column
regardless of the width of the content in any of the cells.  So if the cell
content is wider than the width we are setting, we want to clip it.

The code below works in IE, FF and Opera, but not in Safari or Chrome.

  <table style="table-layout:fixed" id="headerTable" border="1" cellspacing="0"
cellpadding="0">
    <tr>
      <td nowrap width="100px">
        <div style="overflow:hidden;width:100%;white-space:nowrap;">Please clip
me at 100px</div>
      </td>
    </tr>
  </table>


-- 
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