Dear Isomorphic Support:
I have a data bound listgrid that has two long text fields (> 255) in adjacent columns. The long text field seem to have automatically launch a text pane in the cell location when editing the field in the row editor.
In compiled code, when I quickly flip back and forth between the two long text field cells in the listgrid row editor, the browser hangs (looks like java script is spinning somewhere) after going through two to five cycles between the fields. The interesting thing is this doesn’t seem to happen in debug mode in eclipse.
Details below:
Product: SmartGWT 3.0p nightly build Nov 15, 2012
Browser: IE 9
Cheers T.
I have a data bound listgrid that has two long text fields (> 255) in adjacent columns. The long text field seem to have automatically launch a text pane in the cell location when editing the field in the row editor.
In compiled code, when I quickly flip back and forth between the two long text field cells in the listgrid row editor, the browser hangs (looks like java script is spinning somewhere) after going through two to five cycles between the fields. The interesting thing is this doesn’t seem to happen in debug mode in eclipse.
Details below:
Product: SmartGWT 3.0p nightly build Nov 15, 2012
Browser: IE 9
Cheers T.
Comment