Skip to content

Instantly share code, notes, and snippets.

@BillClinton
Created February 1, 2018 15:15
Show Gist options
  • Save BillClinton/1a02103064eaa41712271ffe8a812c6e to your computer and use it in GitHub Desktop.
Save BillClinton/1a02103064eaa41712271ffe8a812c6e to your computer and use it in GitHub Desktop.
Sencha bug: modified values in cell editor revert when clicking on a group header
When clicking on a group header after editing a cell, the value of cell reverts back to the previous value.
Expected behavior: the cell should retain it's newly modified value, just as it does if you click elsewhere on the grid, like when you click on another cell or the grid header.
This issue exists in versions 6.2.1 and 6.5.2, but does not seem to exist in previous versions, eg: 6.0.2. I tested using the classic toolkit with the Neptune theme.
Here is a fiddle that demonstrates this behavior: https://fiddle.sencha.com/#fiddle/2cie&view/editor To reproduce, edit the value in one of the cells in the "quote name" column, then click a group header. The value you have just edited will revert back to the previous value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment