[Webkit-unassigned] [Bug 16006] New: Blank Space between <tr> and <td> tags been viewed as a text node.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 16:52:44 PST 2007


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

           Summary: Blank Space between <tr> and <td> tags been viewed as a
                    text node.
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rachna.gupta at apple.com


<HTML> 
<HEAD>
<title>firstparagraph</title>

<script type="text/javascript">
 function trial(obj)
        {
                  alert(obj[0].firstChild.firstChild+"\n");
        }

</script>

</head>

<BODY>
<P> We are tesing HTML Document Object Model.<br>
  Click on the button labelled Clickme.  Null as an object should not come.<br>
</P>
<TABLE id="test1" name="test" border="1" cellspacing="3" width="20%"> 
 <tr>
        <td>name</td>
 </tr>
 <tr>
        <td><input type="button" id="btn1" name="btn"  value="Clickme"
onClick=trial(test1.rows); /></td>
 </tr>
</table>

</body>
</HTML>


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