Arnold Buchmueller

Results 16 issues of Arnold Buchmueller

The recyclerview is behaving strange when there is less content than the container.

I'm trying to port v2.0 to Java. Sadly I can't get the regular expression to work from 2.0. It worked fine from 1.0. Are you using something non-usual within the...

I was looking for a simple solution on how to proceed when there are different responses. ``` foo ``` ``` bar ``` I could find some info about dynamic element...

Feature Request

Not able to response to non-destination commands coming from STOMP and thus not able to response to anything other than subscribed topics. Not able to extend anything from this library...

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 events "mouseleave" and "mouseenter" are fired twice. ``` java $(element).mouseenter(new Function() { public boolean f(Event event, Object... obj) { // called twice... return true; } }) ``` mouseout &...

I'd like to access the response object within the failure callback. In case I want to create my own Exception out of the statusCode and statusText there are no arguments...

I have tried the Ajax request as suggested by Manolo himself at: http://stackoverflow.com/questions/21088340/file-upload-with-a-progress-bar-or-accessing-the-html-5-file-api-from-google-we But unfortunately this solution doesn't seem to work. At least not with current version of gwtquery. Using...