Jörn Zaefferer wrote: > Kelvin Luck schrieb: >> * Calling an ExternalInterface function which passes arguments between >> Flash and JS in Firefox 2 breaks the a.constructor==String comparison ( >> see http://dev.noiseusse.org/testflash ). >> >> * This then totally breaks jQuery which relies on this comparison (in >> the find function for one). >> > That site works great for me with FF 2.0. And yes, there are no more > a.constructor == String comparions in jQuery core. Only Array and > Boolean, are they an issue, too? >
Have you got firebug installed? The alerts make it seem that it's working but the console.log statements make the problem clear... And while there may not be any constructor == String comparisons in the jQuery core it looks like there are still a few constructor != String comparisons which suffer from the same problem. Afaik there is no issue with Array and Boolean comparisons... Thanks for the feedback, Kelvin :) _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/