Hi,

I've added the bug, it is number 5820
(http://bugzilla.qooxdoo.org/show_bug.cgi?id=5820).

Thanks for confirming it.

Silas

On 21 November 2011 10:16, Martin Wittemann <[email protected]> wrote:
> Hey,
>> I think I've found a bug with BaseArray, I've searched bugzilla this
>> time, but didn't spot anything similar.
> Sounds like a good approach!
>
>> The separator parameter is ignored when you call join, it always uses a 
>> comma.
>>
>> Here is an example transcript from within Firebug:
>>
>>>>> a= ['1','2','3']
>> ["1", "2", "3"]
>>>>> a.join(';;;');
>> "1;;;2;;;3"
>>>>> b = new qx.type.BaseArray(a);
>> [["1", "2", "3"]]
>>>>> b.join(';;;');
>> "1,2,3"
>>
>> Version Info:
>> Qooxdoo 1.5
>> Mozilla Firefox 3.6.24 for Ubuntu
>> Firebug 1.7.3
>
> Just checked it and seems to be a bug as you described it! Do you mind open 
> up an issue report in bugzilla?
>
>> I had a look at the code in BaseArray.js, but couldn't understand it.
>> I'm not a JavaScript expert - which is why I like Qooxdoo for hiding
>> the worst of JS :)
> Haha. :)
>
> Regards,
> Martin
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to