ConsoleLogHandler not working as expected in IE?

15 views
Skip to first unread message

Tomi B.

unread,
Oct 19, 2011, 3:32:18 PM10/19/11
to google-we...@googlegroups.com
We ran into an issue with console logging on IE, and we traced down to the isSupported() method in ConsoleLogHandler. Looks like the isSupported() method doesn't take into account IE's native console logging capabilities correctly. The method does the following check:

(typeof(window.console.log) == 'function') 

... which fails on IE as window.console.log is an object.

I did a quick search for issues, but didn't find anything related ConsoleLogHandler.

Has anyone run into the same issue?

Thanks,

//Tomi B.

Tomi B.

unread,
Oct 24, 2011, 4:31:51 PM10/24/11
to google-we...@googlegroups.com
If anyone is interested, issue 6916 has been opened for this:


//Tomi B.
Reply all
Reply to author
Forward
0 new messages