ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

IE8 JavaScriptException '$wnd.console.log' is null or not an object #276

Closed marekgregor closed 10 years ago

marekgregor commented 10 years ago

My application throws following exception only for IE8 from method com.google.gwt.query.client.impl.ConsoleBrowser.ConsoleIe8.init() :

com.google.gwt.core.client.JavaScriptException: (TypeError) number: -2146823281 description: '$wnd.console.log' is null or not an object

possibly same case was solved in GWT logging: https://code.google.com/p/google-web-toolkit/issues/detail?id=6916

jDramaix commented 10 years ago

What version of GwtQuery are you using ?

marekgregor commented 10 years ago

1.4.0

jDramaix commented 10 years ago

Please try with 1.4.1, this bug was fixed in this release

marekgregor commented 10 years ago

With 1.4.1. it works, thank you.