tooys / flash-thunderbolt

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

IE6 BUG null #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version are you using?

- ActionScript 3

What steps will reproduce the problem?
1. Logger.debug("test") on IE6 

What browser are you using? On what operating system? How did you compile
the sources?
 Internet Explorer 6, flash cs3

On IE6  this lines cause exception  "'null' is null or not is object"

    if ( ExternalInterface.call( "function(){ return typeof window.console ==
'object' && typeof console.firebug == 'string'}" ) )                        
                            _firebug = true;    }

Original issue reported on code.google.com by gabrielcairesmar on 13 Jul 2009 at 8:51

Attachments:

GoogleCodeExporter commented 8 years ago
ThunderBolt AS3 doesn't support IE. Because it requires Firebug, which is 
available
for Firefox only.

Original comment by sect...@gmail.com on 14 Jul 2009 at 6:50

GoogleCodeExporter commented 8 years ago
The problem is not that it does not display the messages, but that it breaks 
all the
other scripts of the page. The test that checks if the browser is IE ja break 
the
scripts.

Original comment by gabrielcairesmar on 14 Jul 2009 at 1:02