[Webkit-unassigned] [Bug 25329] New: v8 binding of ClientRectList doesn't have indexed access method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 12:32:30 PDT 2009


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

           Summary: v8 binding of ClientRectList doesn't have indexed access
                    method
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptGlue
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at google.com


v8 binding of ClientRectList doesn't have indexed access method.

For example, on translate.google.com chromium doesn't show balloon because of
the following code throws JavaScript exception.

  p = a.getClientRects(); ... ; ... p[0].top  // p[0] is undefined in chromium

According to CSSOM View Module spec, ClientRectList must provide indexed access
method that acts like item() method.
http://dev.w3.org/csswg/cssom-view/#clientrectlist


-- 
Configure bugmail: https://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