
firephp - issue #184
Large amount of FB::table() brokes hierarchy in Firebug console
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))); }
- tables_bug.jpg 64.23KB
Comment #1
Posted on Jan 6, 2012 by Happy CamelTry 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.
Comment #2
Posted on Jan 6, 2012 by Happy HorseFirebug 1.9.0b5 and FirePHP Extension 0.7.0rc2 don't solve a problem.
Comment #3
Posted on Jan 9, 2012 by Happy Camel(No comment was entered for this change.)
Status: Accepted
Labels:
Type-Defect
Priority-Medium
Milestone-Extension-0.7.1