ArcBees / gwtquery

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

Adding support for custom html elements. #322

Closed manolo closed 9 years ago

manolo commented 9 years ago

When using GWT jsInterop to wrap native objects using @JsType interfaces, casting between those elements to gwt Element fails. We solve that doing a jsni casting.

manolo commented 9 years ago

@jDramaix PING, I need this merged for my next pull

jDramaix commented 9 years ago

LGTM