kvasilov48 / firephp

Automatically exported from code.google.com/p/firephp
0 stars 0 forks source link

Large amount of FB::table() brokes hierarchy in Firebug console #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What versions and operating system are you using?

OS:Ubuntu 11.04 i386
Firefox:9.0.1
Firebug:1.8.4
FirePHP Server Library:0.3.2
FirePHP Extension:0.6.2

Large amount of FB::table() brokes hierarchy in Firebug console
Interesting that problem occures only after 31th FB::table() call.

// works fine
for ($i = 0; $i < 31; $i++) {
  FB::table(uniqid(), array(array(1,2,3)));
}

// works bad
for ($i = 0; $i < 40; $i++) {
  FB::table(uniqid(), array(array(1,2,3)));
}

Original issue reported on code.google.com by brovko.a...@gmail.com on 6 Jan 2012 at 12:07

Attachments:

GoogleCodeExporter commented 9 years ago
Try it with FirePHP Extension 0.7.0rc2 (http://www.firephp.org/) using Firebug 
1.9. It *may* solve the problem. If not let me know.

Original comment by christ...@christophdorn.com on 6 Jan 2012 at 5:46

GoogleCodeExporter commented 9 years ago
Firebug 1.9.0b5 and FirePHP Extension 0.7.0rc2 don't solve a problem.

Original comment by brovko.a...@gmail.com on 6 Jan 2012 at 7:02

GoogleCodeExporter commented 9 years ago

Original comment by christ...@christophdorn.com on 9 Jan 2012 at 6:50