ArcBees / gwtquery

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

Fixes to make it work with GWT 2.8.0-SNAPSHOT #351

Closed bauna closed 8 years ago

bauna commented 9 years ago

The important changes are in classes: GQuery and LazyGenerator

Review on Reviewable

manolo commented 8 years ago

This issue is already fixed in #349 using a different approach avoiding to force cast. Could you check if everything works fine in master for you?

Anyway, thanks for contributing.

bauna commented 8 years ago

I have tested GWTQuery v1.4.4-SNAPSHOT with GWTChosen v2.2.0-SNAPSHOT They compile fine under GWT 2.8.0-SNAPSHOT but GWTChosen behave different, i.e. com.arcbees.chosen.client.gwt.ChosenListBox.forceRedraw() stop working in my app. I'll try to make more test and let you know