[Webkit-unassigned] [Bug 74919] New: document.querySelector[All] cannot find foreignObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 02:04:44 PST 2011


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

           Summary: document.querySelector[All] cannot find foreignObject
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: julien.sanchez at gmail.com


document.querySelector[All] cannot find foreignObject but can find any other svg elements.

Same failure with element.querySelector[All].

Steps to reproduce:
1. Open failing test on jsfiddle: http://jsfiddle.net/gentooboontoo/LzzX3/2/

What is obtained (webkit-based browser on Linux and Windows (535.14)):

div: 3 nodes found
svg: 1 nodes found
g: 1 nodes found
foreignObject: NOT FOUND


What is expected (tested successfully with Firefox):

div: 3 nodes found
svg: 1 nodes found
g: 1 nodes found
foreignObject: 1 nodes found

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list