JoElH4Ck3r / flash-thunderbolt

Automatically exported from code.google.com/p/flash-thunderbolt
0 stars 0 forks source link

ThunderBolt AS2: Logger doesn't work using Firefox 3 and Firebug 1.2.0b6 #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reopening this issue committed by wetzeal (http://code.google.com/u/wetzeal/)

@see: http://code.google.com/p/flash-thunderbolt/issues/detail?id=5#c4

This bug exists in the AS2 version as well. In
org.osflash.thunderbolt.io.Console,
converting the variable version to type String (line 12) then replacing
lines 118 and
119 with
            Console.version = String(ExternalInterface.call("function(){ return
window.console
&& console.firebug}", true));
            Console._enabled = Console.version ? true : false;

fixed the problem

Original issue reported on code.google.com by sect...@gmail.com on 3 Aug 2008 at 3:52

GoogleCodeExporter commented 8 years ago
It should be fixed as Martin described at revision 207:
http://code.google.com/p/flash-thunderbolt/source/detail?r=207

Original comment by sect...@gmail.com on 6 Jan 2009 at 11:44