On Apr 29, 1:00 am, Maciej Jaros <[email protected]> wrote:
...
> Another one:
>
>    1. Open FF.
>    2. Open FB with console&scripts enabled
>    3. Paste something like: var xxx='blah';alert(xxx);
>    4. Start script (works)
>    5. Close ([x])
>    6. Open (FB icon)
>    7. Start script (doesn't work - just shows ">>> var
>       xxx='blah';alert(xxx);" in the console)
>
> No other scripts (run in console's command line) work after that (or
> doesn't seem to work).

This also sounds correct, but I am unsure what you mean by step 7.

After you Close ([x]), Firebug is not attached to the page. If you
then open, it attaches late. So you can explore the state of the page
but active stuff like console, script debugging, and net panel are not
correct. You have to reload to get this correct.

This is also a change from 1.3.  In 1.3, enabling the panels or
Firebug reloaded the page (so all the information would be correct).
In v1.4 Firebug does not automatically reload the page ever.  So you
have to do it manually if you want the info/command line to be
correct.

jjb

jjb
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to