Re: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-10-31 Thread dflorey
I've retested with gwt 2.4 and the issue seems to be fixed. Thanks! -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Announce: GwtQuery 1.1.0

2011-10-31 Thread Manuel Carrasco MoƱino
As jquery, gquery only works with single numeric values. Additionally Gquery core supports color and html-attributes (useful for svg) animations. I think, there is a jquery plugin to animate the background-position, although is not ported to gquery. You could use background-position-y and

[gwt-contrib] Re: Fixing a bug in HasDataPresenter where changes to the temporary state aren't propagated to the n... (issue1585803)

2011-10-31 Thread jlabanca
http://gwt-code-reviews.appspot.com/1585803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixing a bug in HasDataPresenter where changes to the temporary state aren't propagated to the n... (issue1585803)

2011-10-31 Thread jlabanca
I updated the patch to actually fix the problem and added a test case that fails without the fix but passes with it. I was getting frustrated on Friday and wanted to get something out, but it didn't fix the underlying problem correctly. After thinking about the CellBrowser bug for the weekend, I

[gwt-contrib] Re: Fixing a bug in HasDataPresenter where changes to the temporary state aren't propagated to the n... (issue1585803)

2011-10-31 Thread jlabanca
http://gwt-code-reviews.appspot.com/1585803/diff/4/user/src/com/google/gwt/user/cellview/client/CellBrowser.java File user/src/com/google/gwt/user/cellview/client/CellBrowser.java (right):