[Webkit-unassigned] [Bug 81423] New: getIntersectionList always returns empty NodeList until getScreenCTM() is called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 15:43:01 PDT 2012


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

           Summary: getIntersectionList always returns empty NodeList
                    until getScreenCTM() is called
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: okozlo at microsoft.com
                CC: zimmermann at kde.org


Created an attachment (id=132406)
 --> (https://bugs.webkit.org/attachment.cgi?id=132406&action=review)
Repro case

Steps to reproduce: 
1. Open attached mininmal repro (svg_getIntersectionList_CTM.html). 

This repro sets up a simple scene (rectangle at origin) and calls getIntersectionList multiple times, resulting in an empty NodeList (expected behavoir is to return the rectangle element).
Calling getScreenCTM() (note: this can be called on either the root SVGSVGElement or the SVGRect) and calling getIntersectionList now returns the correct result.

Correct behaviour under IE9 and Opera.

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