toxic88 / smartgwt

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

ListGrid - setEditValue(int rowNum, String fieldName, double value) method bug #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Before your post : All issues require a minimal standalone test case with
an onModuleLoad() to be attached. You can modify an existing showcase
example if desired. Issues created without a standalone test case are
subject to being rejected after 7 days if no test case is present.

This method apparently has bug - takes parameter fieldName, but in JSNI
puts colNum instead of fieldName.

Library code snippet:

    public native void setEditValue(int rowNum, String fieldName, double
value) /*-{
        var self =
this.@com.smartgwt.client.widgets.BaseWidget::getOrCreateJsObj()();
        self.setEditValue(rowNum, colNum, value);
    }-*/;

What version of the product are you using? On what operating system?
SmartGWT 1.2-SNAPSHOT

Original issue reported on code.google.com by andriy.g...@gmail.com on 28 Aug 2009 at 8:15

GoogleCodeExporter commented 9 years ago
Fixed in SVN.

Original comment by sanjiv.j...@gmail.com on 28 Aug 2009 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 26 Sep 2009 at 8:03