I updated recently to 1.3.0, and I can no longer use the Console to
interactively experiment with JavaScript. I enter the following as two
separate lines in the Console:
var x = 1;
x;
And I get "ReferenceError: x is not defined source=x message=x is not
defined". I get similar result for everything I try: if I define a
variable or function and try to use it on a later line, I get a
ReferenceError.
In the previous version, I would correctly get 1 for the value of x on
the second line. It still works in 1.3.0 if I enter it all on one line
(var x=1; x;). I got the same behavior on two different computers. I
am running Firefox 3.0.6 on Vista.
Upgrading to 1.3.1b4 fixed the problem.
Cheers-
- Marty
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---