[Webkit-unassigned] [Bug 23742] New: applet methods can not return arrays to js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 4 14:11:19 PST 2009


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

           Summary: applet methods can not return arrays to js
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Java
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andrei at tchijov.com


if applet has methods:

  public foo[] bar() {
    ...
  }

  public List<foo> baz() {
    ...
  }

invocation of "bar" method from JS results in "undefined value" (regardless of
what "bar" actually returns). invocation of "baz" produce correct value.

This works as expected in FF and IE.  Does not work in Safari (standard build
and nightly as of 02/04/09 )


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