Export to GitHub

firephp - issue #132

firephp 0.43 : empty console log until hide/unhide the FireBug log window


Posted on Jan 15, 2010 by Happy Giraffe

What steps will reproduce the problem? 1. call fb('something to be loggued'); //in a php page //or fb::log('something to be loggued'), or any simple fb log function

  1. when page loads, it should log the message into console but nothing shows up. The console is empty.

  2. I found a "fix" when no log is visible : hide+unhide the FB/log window it's to say: A. hide the console (clicking "off" button or firebug button in status bar) B. then simply unhide it (without reloading, just by clicking again the firebug button in status bar) The log will now appears in the console like if it was just "hidden" until i hide/unhide.

What is the expected output? What do you see instead? something should be logued up in the console window but nothing appears

What version of the product are you using? On what operating system? firebug 1.45 firephp 0.43

Please provide any additional information below. This behavior appears since i updated firephp to latest (yesterday jan. the 14th )

Comment #1

Posted on Jan 15, 2010 by Happy Giraffe

here's a screencast showing (!) the described issue. my php page is already loaded (fb is not yet called) When i submit the form in that page, it reloads, and something should now be loggued but nothing appears in console, until i hide/unhide the firebug window. No reload nor refresh page is needed, juste hide/unhide window. I'm working with latest codeigniter php framework, windows xp sp3, firefox 3.5.7 php5.291

Attachments

Comment #2

Posted on Jan 16, 2010 by Happy Camel

Can you try this with Firebug 1.5? 1.4 still has some issues.

http://getfirebug.com/releases/firebug/1.5X/

Comment #3

Posted on Jan 16, 2010 by Happy Giraffe

you're right. The issue disappear when using Firebug 1.5 instead of 1.4. thanks for your quick support. Strange that 1.5 is not available as default download nor from FB home page nor from addons.mozilla :( Nevermind the issue is solved. Again thanks :)

Comment #4

Posted on Jan 17, 2010 by Happy Camel

Thanks for the detailed bug report!

Comment #5

Posted on Jan 17, 2010 by Happy Camel

(No comment was entered for this change.)

Status: WontFix

Labels:
Type-Defect Priority-Medium