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. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/56w55KOpQAEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
