[jQuery] Re: Eval error with Firefox 3

2008-01-20 Thread [EMAIL PROTECTED]
https://bugzilla.mozilla.org/show_bug.cgi?id=359159 On Jan 5, 8:33 pm, Garrett <[EMAIL PROTECTED]> wrote: > I'm also having this error come up on my website when using jQuery. > Any more info regarding this fix? > > On Dec 1 2007, 2:13 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Ca

[jQuery] Re: Eval error with Firefox 3

2008-01-05 Thread Garrett
I'm also having this error come up on my website when using jQuery. Any more info regarding this fix? On Dec 1 2007, 2:13 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Can somebody describre why using eval.call(window, data);  instead of > eval(data, window); > > On Nov 23, 4:58 pm, Cloudr

[jQuery] Re: Eval error with Firefox 3

2007-12-01 Thread [EMAIL PROTECTED]
Can somebody describre why using eval.call(window, data); instead of eval(data, window); On Nov 23, 4:58 pm, Cloudream <[EMAIL PROTECTED]> wrote: > ff3 just in beta. jorn is working at mozilla, so don't worry about > this... > > On Nov 23, 4:44 pm, Jerome Carty <[EMAIL PROTECTED]> wrote: > > > J

[jQuery] Re: Eval error with Firefox 3

2007-11-28 Thread Brett
Stable in which way? Memory usage and crashing wise? On Nov 28, 11:22 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm sure by the time Firefox 3 is released to the general public this > issue will be resolved. Having said this: Firefox 3 is more stable > that Firefox 2.0.0.10 on my compu

[jQuery] Re: Eval error with Firefox 3

2007-11-28 Thread [EMAIL PROTECTED]
my temporary solution : eval.call(window, data) to eval(data) in jquery.js in function globalEval Any idea, how to bypass around this bug more correctly until fox 3 release ? On Nov 28, 2:22 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm sure by the time Firefox 3 is released to the

[jQuery] Re: Eval error with Firefox 3

2007-11-28 Thread Klaus Hartl
On 28 Nov., 01:22, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm sure by the time Firefox 3 is released to the general public this > issue will be resolved. Having said this: Firefox 3 is more stable > that Firefox 2.0.0.10 on my computer. Yeah! Firefox 2 keeps freezing on my Mac whereas F

[jQuery] Re: Eval error with Firefox 3

2007-11-27 Thread [EMAIL PROTECTED]
I'm sure by the time Firefox 3 is released to the general public this issue will be resolved. Having said this: Firefox 3 is more stable that Firefox 2.0.0.10 on my computer. On Nov 27, 10:28 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi! I have same problem. Is there already some solut

[jQuery] Re: Eval error with Firefox 3

2007-11-27 Thread [EMAIL PROTECTED]
Hi! I have same problem. Is there already some solutions in that way? On Nov 23, 4:58 pm, Cloudream <[EMAIL PROTECTED]> wrote: > ff3 just in beta. jorn is working at mozilla, so don't worry about > this... > > On Nov 23, 4:44 pm, Jerome Carty <[EMAIL PROTECTED]> wrote: > > > Just a note: > > > On

[jQuery] Re: Eval error with Firefox 3

2007-11-23 Thread Cloudream
ff3 just in beta. jorn is working at mozilla, so don't worry about this... On Nov 23, 4:44 pm, Jerome Carty <[EMAIL PROTECTED]> wrote: > Just a note: > > On AJAX calls where the data type is script, I get the following > error: > > EvalError: function eval must be called directly, and not by way