gwtquery icon indicating copy to clipboard operation
gwtquery copied to clipboard

A jQuery clone for GWT, and much more.

Results 52 gwtquery issues
Sort by recently updated
recently updated
newest added

GWT version 2.5 and 2.6 GQuery 1.4.0 and 1.4.1 I am not sure if this is address in later versions of Gquery. The following call failed. ``` $("[" + CustomID...

I'm using the latest maven of gwtquery. Firefox is up-to-date. I noticed the mouse events are not passed to the parent element if there is a anchor element inside. This...

The code introduced in EventsListener on checkin https://github.com/ArcBees/gwtquery/commit/c9154098336089c1855b71fa9da5236059280e6c is preventing the event chain from running, and stopping after the first event is runned. Perhaps the lines below need to be...

_Original author: [email protected] (September 30, 2011 15:37:34)_ We use a number of static field in GwtQuery. These fields add extra code in the resulting compiled js code. Even if they...

suggestion

Using GWT 2.8-Snapshot and Guava 20-Snapshot and gwtquery:1.4.3 I get: ``` [WARN] Warnings in '/Users/mg/Documents/Grails/GGTS3.6.4-GWT/majestella-gwt/build/putnami/work/majestella.dashboard.MajestellaDashboard/compile-2/gen/com/google/gwt/query/client/LazyGQueryImpl.java' [WARN] Line 539: Referencing method 'com.google.gwt.query.client.GQuery.delegate': method 'com.google.gwt.query.client.GQuery.delegate(Ljava/lang/String;I[Lcom/google/gwt/query/client/Function;)' is deprecated [WARN] Line 548: Referencing method...

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....

suggestion

I tried `mvn clean install` and got the following when building gwtquery core: ``` Running com.google.gwt.query.client.GQueryGwtSuiteTest GQAjaxTestServlet returns: {"a":"abc","d":"def"} GQAjaxTestServlet returns: {"a":"abc","d":"def"} GQAjaxTestServlet returns: {"a":"abc","d":"def"} GQAjaxTestServlet returns: {"a":"abc","d":"def"} GQAjaxTestServlet returns:...

the events "mouseleave" and "mouseenter" are fired twice. ``` java $(element).mouseenter(new Function() { public boolean f(Event event, Object... obj) { // called twice... return true; } }) ``` mouseout &...

If a textarea is a child (or nested deeper in) a draggable element, you cannot click into it to focus it.

Hi, I'm using GWT 2.7.0 and gwtquery 1.4.3 and I've encountered the following bug: When using `public static T prop(JavaScriptObject o, Object id)` to retrieve a property that contains an...