You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using gwtQuery 1.4.2 along with Vaadin 7.3.9. I have a widget that uses gwtQuery to find some elements.
Using GQuery.$("#id"); doesn't give any results in Internet Explorer 11. Other browsers and IE 9/10 work fine.
I tried using gwtQuery 1.4.3, but there are maven dependencies to GWT 2.7.0 which conflict with Vaadin-Client 7.3.9. Removing those dependencies manually works, but the issue is the same.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using gwtQuery 1.4.2 along with Vaadin 7.3.9. I have a widget that uses gwtQuery to find some elements.
Using GQuery.$("#id"); doesn't give any results in Internet Explorer 11. Other browsers and IE 9/10 work fine.
I tried using gwtQuery 1.4.3, but there are maven dependencies to GWT 2.7.0 which conflict with Vaadin-Client 7.3.9. Removing those dependencies manually works, but the issue is the same.
The text was updated successfully, but these errors were encountered: