Hello,
I'd like to report a problem that I suspect may be a bug. If I have a ListGrid with a custom editor component and the list grid has an expansion component then custom editor state is lost upon expansion. The problem does not affect simple editors. All details included below
1. SmartClient version: v10.0p_2014-12-06/LGPL Deployment (built 2014-12-06)
2. Tested Browsers Firefox 34.0, Chrome 41.0.2241.0 canary (64-bit)
3. Client-side issue
4. No server response
5. No Javascript errors
6. Minimum reproducible code attached.
7. Reproduction steps:
a. Run index3.html attached (no external dependencies, just needs isomorphic framework directory to be located underneath it)
b. Double click the 'Checkable' column of the first row, note text and checkbox (this is as expected so far) (step1.png, attached).
c. Click the expansion component of the first row
d. Verify that the state in the 'Checkable' column editor is now lost. (step2.png, attached).
I'd like to report a problem that I suspect may be a bug. If I have a ListGrid with a custom editor component and the list grid has an expansion component then custom editor state is lost upon expansion. The problem does not affect simple editors. All details included below
1. SmartClient version: v10.0p_2014-12-06/LGPL Deployment (built 2014-12-06)
2. Tested Browsers Firefox 34.0, Chrome 41.0.2241.0 canary (64-bit)
3. Client-side issue
4. No server response
5. No Javascript errors
6. Minimum reproducible code attached.
7. Reproduction steps:
a. Run index3.html attached (no external dependencies, just needs isomorphic framework directory to be located underneath it)
b. Double click the 'Checkable' column of the first row, note text and checkbox (this is as expected so far) (step1.png, attached).
c. Click the expansion component of the first row
d. Verify that the state in the 'Checkable' column editor is now lost. (step2.png, attached).
Comment