[Webkit-unassigned] [Bug 14654] New: DOM::previousSibling returns incorrect node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 02:02:01 PDT 2007


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

           Summary: DOM::previousSibling returns incorrect node
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: masykora at kerio.com


Testcase:
<html>
<body>
<table>
<tr><td></td>
<td><a onclick="javascript:alert(this.parentNode.previousSibling);" href="">run
testcase</a></td></tr>
</table>
</body>
</html>

Safari 3.0 returns [object Text], Safari 3.0.2 returns [object
HTMLTableCellElement]. Safari 2.0.4 returns [object TD].


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