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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 5 08:17:26 PST 2009


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





------- Comment #2 from andrei at tchijov.com  2009-02-05 08:17 PDT -------
Created an attachment (id=27349)
 --> (https://bugs.webkit.org/attachment.cgi?id=27349&action=view)
Sample code

FF : produce

foo is : Array[3]
foo[0] = One
bar is : ArrayList
bar.get( 0 ) = One

Latest WebKit:

foo is : undefined
bar is : ArrayList
bar.get( 0 ) = One


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