Hi Piotr,

Piotr Leszczynski schrieb:
> Hello,
> 
> Have anyone encountered similar behavior ?
> 
> When i use "for x in results" on an array returned from an rpc connection in
> chrom it also returns the metods of the array. It doesnt happan in firefox
> and i thought it shouldn't happen on a pure js array (not qooxdoo data/type
> array).

I'm seeing the same behavior (with a plain JS Array) in Chrome 7 (dev) 
but not in 6 (stable). So it looks like a regression in Chrome.

But regardless, Stefan is right. Better not use for/in on Arrays.

> 
> DateField returns null in firefox while it works fine in chrome. (Im pretty
> sure it worked before) 
> Heres my format: 
> new qx.util.format.DateFormat(qx.locale.Date.getDateFormat("short") + ' ' +
> qx.locale.Date.getTimeFormat("short"));

This seems to be a problem with the time format for some locales. I got 
the same result as you until I explicitly set the locale to "en" in 
Chrome (I'm using a German version of Chrome, presumably yours is 
non-English as well?). In FF it was the other way around: Default locale 
is en -> doesn't work. Set the locale to "de" -> works. Removing the 
time format from the formatter string also worked.

I've opened a report for this:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=4068


Regards,
Daniel


> 
> Regards,
> Piotr
> 
> 
> 
> 


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to