[Webkit-unassigned] [Bug 15380] New: XPath: id('foo') doesn't resolve correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 5 13:44:45 PDT 2007


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

           Summary: XPath: id('foo') doesn't resolve correctly
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dan at fabulich.com


Calling document.evaluate with "id('foo')" doesn't return an element, even when
there's an HTML element with ID "foo" in the page.

To repro, open the attached xpathbug.html in WebKit nightly, Firefox 2.0, and
Opera 9.2.

In Firefox and Opera, the test passes as the xpath resolves correctly; in
WebKit (and Safari 3 Public Beta) the test fails as document.evaluate returns
null.


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