google-code-export / gwt-ext

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

BorderLayout mistake #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

This bug is a bad code implementation located at
com.gwtext.client.widgets.layout.BordeLayout, line 97 in this Method:

public native void setMonitorWindowResize(boolean monitorWindowResize) /*-{
        var layout = this.@com.gwtext.client.widgets.BaseExtWidget::jsObj;
        return layout.monitorWindowResize = monitorWindowResize;
    }-*/;

Even thou the Method is defined as a void return the javascript returns a
boolean resulting into a warning in GWT shell and possibly an error in the
browser.

What version of the product are you using? On what operating system?
GWT Ext 0.9

Please provide any additional information below.

Original issue reported on code.google.com by pab...@gmail.com on 14 Sep 2007 at 6:04

GoogleCodeExporter commented 9 years ago
Already fixed in SVN. Duplicate of issue 84.

Original comment by sanjiv.j...@gmail.com on 16 Sep 2007 at 3:13