[Webkit-unassigned] [Bug 11588] New: Offsetwidth is giving different values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 13 05:26:12 PST 2006


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

           Summary: Offsetwidth is giving different values
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: madhu.mukund at wipro.com


If the value of cols and number of <td> in a row is different for a table, the
offsetwidth of the <td> element is different in Firefox and Safari. For egÊ

<tableÊ cols ='1' width='100%'Ê >
<tr>
        <td >A</td>     
        <tdÊ id='aabb' />
</tr>
</table>

if we get the offset width of the td (id-'aabb') in safari it gives 108 and in
Firefox it gives 1680(depending in the screen size). In safari the width is not
dependent on the screen for this element.


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