Hello,
These are the framework used and their versions:
1. SmartGWT version: v10.0p_2014-10-13/LGPL Development Only (built 2014-10-13)
2. GWT version: 2.6.1
3. Mozilla Firefox version: 24.6.0
I have found a bug when trying to resort a TreeGrid after some changes. With SmartGWT version v9.1p_2014-10-13 everything is working ok because I just tested with the latest nightly build.
The problem is that after changing the name of a node and calling the treegrid.resort() method the children of the modified node reparent themselves.
To reproduce the problem with the attached testcase please double click on Rogine Leger, change her name and hit Enter. After that
please click the Resort button and you will see that Gene Porter, Olivier Ducet and Cheryl Pearson records will reparent.
Thank you,
Andrei
These are the framework used and their versions:
1. SmartGWT version: v10.0p_2014-10-13/LGPL Development Only (built 2014-10-13)
2. GWT version: 2.6.1
3. Mozilla Firefox version: 24.6.0
I have found a bug when trying to resort a TreeGrid after some changes. With SmartGWT version v9.1p_2014-10-13 everything is working ok because I just tested with the latest nightly build.
The problem is that after changing the name of a node and calling the treegrid.resort() method the children of the modified node reparent themselves.
To reproduce the problem with the attached testcase please double click on Rogine Leger, change her name and hit Enter. After that
please click the Resort button and you will see that Gene Porter, Olivier Ducet and Cheryl Pearson records will reparent.
Thank you,
Andrei
Comment