nihad640 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid.getBodyScrollTop #642

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
This was fixed after 2.5.  Grab nightlies from SmartClient.com/builds

Original comment by smartgwt...@gmail.com on 8 Dec 2011 at 1:11