[Webkit-unassigned] [Bug 43697] New: getMatchedCSSRules returns null if second argument is not specified.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 8 12:41:51 PDT 2010


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

           Summary: getMatchedCSSRules returns null if second argument is
                    not specified.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexkarpenko at hotmail.com


Created an attachment (id=63850)
 --> (https://bugs.webkit.org/attachment.cgi?id=63850)
Qt project that reproduces the bug

getMatchedCSSRules returns null only if the 2nd argument is not specified. So:
getMatchedCSSRules(element); // returns null
getMatchedCSSRules(element, ''); // returns the CSSRuleList as expected

In chrome and safari the above two statements both produce the latter result.

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