Hi, Javascripts do not seems to have a console when firebug is not present or deactive or when run in iframe.
When a script opens in an iframe, it doesn't have a console. After trying to use the console in the iframe, also the parent seems to be missing the console object. These are steps to reproduce: 1. Start with firebug disabled, javascript enabled. 2. Open http://mootools.net/shell/SGAxv/1/. Expect: two alerts with message 'Undefined'. 3. Activate firebug (at least console). 4. Hit 'Run' Expect: two alerts with message 'object'. Instead I see: first alert with message 'object', second alert with 'Undefined'. 5. Hit 'Run' Expect: two alerts with message 'object'. Instead I see: two alerts with message 'Undefined'. Is this a firefox bug maybe? If I do this in IE8, the iframe does have a console. (FB r7054, FF363 W7) W. -- 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.
