[Bug 737] New: Passing Number and Array parameters to applet methods doesn't work

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon May 30 05:51:53 PDT 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=737

           Summary: Passing Number and Array parameters to applet methods
                    doesn't work
           Product: IcedTea-Web
           Version: unspecified
          Platform: 64-bit
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Plugin
        AssignedTo: dbhole at redhat.com
        ReportedBy: trollixx at gmail.com
                CC: unassigned at icedtea.classpath.org


Developing an applet using LiveConnect I got stuck with passing different
parameters to my applet methods.

The first bug is that passing simple number or Number object to method(int
param) leads to 'Error calling method on NPObject', but passing String to the
same method works fine.

The second problem is broken arrays support. So, passing simple JavaScript
array like [1, 2, 3] or new Array(1, 2, 3) to method(byte[] array) (byte type
used for example, actually all other types I tried (String[], int[], Object[])
do not works correctly) leads to calling method with empty array
(array.length=0).

No such problems with Sun's plugin.

Tested on Chromium 13 and Firefox 4 on Ubuntu 11.04 x86_64.

Here's some tests which don't work with IcedTea plugin
http://opensource.apple.com/source/WebCore/WebCore-955.66/manual-tests/liveconnect-applet-array-parameters.html


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the distro-pkg-dev mailing list