the ListGrid.getBodyScrollTop() signature is wrong.
Actually is
public native Integer getBodyScrollTop()
but it must be
public native int getBodyScrollTop()
And so for Left and others
[SmartGwt 2.5 + Gwt 2.3 + SunGlassfish 3]
Original issue reported on code.google.com by antonucc...@gmail.com on 7 Dec 2011 at 6:56
Original issue reported on code.google.com by
antonucc...@gmail.com
on 7 Dec 2011 at 6:56Attachments: