JavaScript exception: ReferenceError: smalltalk is not defined

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

JavaScript exception: ReferenceError: smalltalk is not defined

laci
Hi,
I am getting this error message in Firefox at compiling code or executing code in Workspace.
Chrome and IE working fine.

The bug occurs since few days and should be related to Firefox upgrade. Version 30.0 is running.
Am I the only one experiencing that?
Reply | Threaded
Open this post in threaded view
|

Re: JavaScript exception: ReferenceError: smalltalk is not defined

Nicolas Petton

laci <[hidden email]> writes:

> Hi,
> I am getting this error message in Firefox at compiling code or executing
> code in Workspace.
> Chrome and IE working fine.
>
> The bug occurs since few days and should be related to Firefox upgrade.
> Version 30.0 is running.
> Am I the only one experiencing that?

I have the same version of Firefox, but I cannot reproduce the
issue. Which version of Amber do you use?

Cheers,
Nico
--
Nicolas Petton
http://nicolas-petton.fr

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Re: [amber-lang] JavaScript exception: ReferenceError: smalltalk is not defined

laci
Just grabbed the latest master and still got the same error.
See attached the screendump.



>----Original Message----
>From : [hidden email]
>Date : 17/06/2014 11:12
>To : [hidden email]
>Subject : Re: [amber-lang] JavaScript exception: ReferenceError: smalltalk is not defined
>
>
>laci <[hidden email]> writes:
>
>> Hi,
>> I am getting this error message in Firefox at compiling code or executing
>> code in Workspace.
>> Chrome and IE working fine.
>>
>> The bug occurs since few days and should be related to Firefox upgrade.
>> Version 30.0 is running.
>> Am I the only one experiencing that?
>
>I have the same version of Firefox, but I cannot reproduce the
>issue. Which version of Amber do you use?
>
>Cheers,
>Nico
>--
>Nicolas Petton
>http://nicolas-petton.fr
>
>--
>You received this message because you are subscribed to the Google Groups "amber-lang" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
>For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.

amber-problems.docx (340K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: JavaScript exception: ReferenceError: smalltalk is not defined

Nicolas Petton
Can you show us what you try to evaluate?

Nico


[hidden email] <[hidden email]> writes:

> Just grabbed the latest master and still got the same error.
> See attached the screendump.
>
>
>
>>----Original Message----
>>From : [hidden email]
>>Date : 17/06/2014 11:12
>>To : [hidden email]
>>Subject : Re: [amber-lang] JavaScript exception: ReferenceError: smalltalk is not defined
>>
>>
>>laci <[hidden email]> writes:
>>
>>> Hi,
>>> I am getting this error message in Firefox at compiling code or executing
>>> code in Workspace.
>>> Chrome and IE working fine.
>>>
>>> The bug occurs since few days and should be related to Firefox upgrade.
>>> Version 30.0 is running.
>>> Am I the only one experiencing that?
>>
>>I have the same version of Firefox, but I cannot reproduce the
>>issue. Which version of Amber do you use?
>>
>>Cheers,
>>Nico
>>--
>>Nicolas Petton
>>http://nicolas-petton.fr
>>
>>--
>>You received this message because you are subscribed to the Google Groups "amber-lang" group.
>>To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
>>For more options, visit https://groups.google.com/d/optout.
>>

--
Nicolas Petton
http://nicolas-petton.fr

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: JavaScript exception: ReferenceError: smalltalk is not defined

laci
Hi Nico,
Got it. Firebug was also updated most recently - 2.0 is running.
Disabling firebug fixed the problem.
Cheers,
 laci
Reply | Threaded
Open this post in threaded view
|

Re: JavaScript exception: ReferenceError: smalltalk is not defined

Nicolas Petton

laci writes:

> Hi Nico,
> Got it. Firebug was also updated most recently - 2.0 is running.
> Disabling firebug fixed the problem.

Ahah! ok :) It would be nice to know why Firebug could be an issue here.

Nico

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: JavaScript exception: ReferenceError: smalltalk is not defined

laci
I'll try to find out some details on it. It is pretty simple to reproduce.
I shouldn't mention that the problem is on Windows OS.
Reply | Threaded
Open this post in threaded view
|

Re: JavaScript exception: ReferenceError: smalltalk is not defined

laci
Removed FireBug. The bug also occurs if the standard Developer Tool (hit F12) is active.