google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

com.gwtext.client.widgets.form.ComboBoxConfig#setTransform(String) set "id" property #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
com.gwtext.client.widgets.form.ComboBoxConfig class has the setter :

public void setTransform(String id) {
    JavaScriptObjectHelper.setAttribute(jsObj, "id", id);
}

This method shouldn't set "id" property, but "transform"

What version of the product are you using?
gwtext 0.9

Original issue reported on code.google.com by nicolas....@gmail.com on 21 Jul 2007 at 6:16

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by sanjiv.j...@gmail.com on 21 Jul 2007 at 9:47