ArcBees / gwtquery

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

ID selector not working with Internet Explorer 11 #354

Open NeoDobby opened 9 years ago

NeoDobby commented 9 years ago

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.