Ralf Nieuwenhuijsen schrieb:
> I would completely stop using qooxdoo if they wouldn't do that.
> The whole point of qooxdoo is that I don't have to test in several
> browsers because they normalize the api.
>
> Why would you  want to go back to the situation that you a) have to
> test in every browser b) have to add if-this-is-browser-x then .. y ..
> code ..
>
> That's the whole reason people use this kind of frameworks in the first place!
> Or well, for me at least..
>   
Hi Ralf,

I think the problem with these array methods is how we deal with cross 
browser issues in this case. Usually we provide our own API on top of 
the browsers (e.g. qx.lang.Array.contains) but in this case we emulate 
the standard API in a non standard browser by manipulating the 
prototype. This is not in the spirit of the rest of the framework and 
leads to the described side effects. For this reason I think it is a 
very valid discussion even though it has been discussed before.

Best Fabian


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim 
Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to