ArcBees / gwtquery

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

Error with the Console with IE8 and dev mode #260

Closed jDramaix closed 10 years ago

jDramaix commented 10 years ago

The implementaion of the Console for IE8 seems to throw an exception with the dev mode.

This exception is thrown during the GQuery initialization and block the applications using GQuery :

error1

manolo commented 10 years ago

It should be fixed in the new branch I'm working on (ajax and json for the JVM), I would send a fix to the trunk though.

manolo commented 10 years ago

Actually it is fixed in trunk, so 1.0.1-SNAPSHOT should not have the issue.

dodgex commented 10 years ago

I face the same issue, but not only in DevMode. 1.4.1-SNAPSHOT (not 1.0.1 :exclamation:) fixes the issue.

Any idea when 1.4.1 could be released?

jDramaix commented 10 years ago

dodgex Do you use the last snapshot : 1.4.1-SNAPSHOT ? (use mvn clean install -U to be sure)

manolo commented 10 years ago

fixed and merged.