ArcBees / gwtquery

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

.slideUp .slideDown etc not working in latest chrome #203

Closed jDramaix closed 11 years ago

jDramaix commented 11 years ago

Original author: kisalay...@gmail.com (January 14, 2013 11:17:04)

What steps will reproduce the problem?

  1. See attached source. It works fine in FireFox but not in chrome. This was working before i updated my chrome. (It might also be a problem with gwt-plugin)

What version of the product are you using? On what operating system?

Google Chrome 24.0.1312.52 (Official Build 175374) OS Linux GWTQuery 1.2 .jar

Please provide any additional information below. a wild guess at soln: instead of returning null for 'show' or 'hide',try returning "" (a value)

Original issue: http://code.google.com/p/gwtquery/issues/detail?id=172

jDramaix commented 11 years ago

From kisalay...@gmail.com on January 15, 2013 07:29:29 Ignore...problem fixed after Updating GWT to 2.5

jDramaix commented 11 years ago

From julien.d...@gmail.com on January 16, 2013 16:22:44 Which version of gwt are you using ?

jDramaix commented 11 years ago

From julien.d...@gmail.com on January 16, 2013 16:23:36 Ooops sorry I didn't see your comment. Indeed the last version of chrome is GWT2.4 compatible...