Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GWT 2.10.0 #389

Open
driesva opened this issue Jun 27, 2022 · 2 comments
Open

GWT 2.10.0 #389

driesva opened this issue Jun 27, 2022 · 2 comments

Comments

@driesva
Copy link

driesva commented Jun 27, 2022

Any plans supporting GWT 2.10.0?

We were using version 1.5-beta1 with success together with 2.9.0 However when upgrading to 2.10.0 we notice the following issue:

[INFO]    Tracing compile failure path for type 'com.google.gwt.query.client.plugins.events.GqEvent'
[INFO]       [ERROR] Errors in 'com/google/gwt/query/client/plugins/events/GqEvent.java'
[INFO]          [ERROR] Line 75: Referencing class 'com.google.gwt.dom.client.DOMImplTrident': unable to resolve class

A workaround for IE browsers (for which support dropped in GWT 2.10.0) seems to cause the issue:

com.google.gwt.query.client.plugins.events.GqEvent

public final native void setCurrentElementTarget(Element e) /*-{
  this.currentTarget = e;
 
  // ie don't have a currentEventTarget field on event
  try{
    @com.google.gwt.dom.client.DOMImplTrident::currentEventTarget = e;
  }catch(e){}
}-*/;
@RobertMolenda
Copy link

Hi all... Seeing as that this project seemed non-supported I was in the same bucket - I'm attaching my local fixes and am currently running GWT 2.10.0
Your mileage may vary
GWTQuery-updates.zip

mddubs added a commit to Jorsek/gwtquery that referenced this issue Mar 15, 2023
@MichaelJustin-VEDA
Copy link

The fix seems to work with GWT 2.11.0.

MichaelJustin-VEDA added a commit to VEDAGroup/gwtquery that referenced this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants